1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00
turtl_ynh/scripts/_common.sh

23 lines
592 B
Bash
Raw Normal View History

2017-07-28 12:35:26 +02:00
#!/bin/bash
#=================================================
2021-11-25 10:08:00 +01:00
# COMMON VARIABLES
2017-07-28 12:35:26 +02:00
#=================================================
2021-11-25 10:08:00 +01:00
# dependencies used by the app
pkg_dependencies="postgresql"
2017-07-28 12:35:26 +02:00
2021-11-25 10:08:00 +01:00
nodejs_version=14
2017-07-28 12:35:26 +02:00
#=================================================
2021-11-25 10:08:00 +01:00
# PERSONAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================
#=================================================
2021-11-25 10:08:00 +01:00
# EXPERIMENTAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================
#=================================================
2021-11-25 10:08:00 +01:00
# FUTURE OFFICIAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================