1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00
fider_ynh/scripts/_common.sh

21 lines
638 B
Bash
Raw Normal View History

2017-06-05 13:04:03 +02:00
#!/bin/bash
2019-02-10 15:02:38 +01:00
#=================================================
2019-03-05 23:17:15 +01:00
# COMMON VARIABLES
2019-02-10 15:02:38 +01:00
#=================================================
2019-03-05 23:11:52 +01:00
# dependencies used by the app
2020-02-08 12:39:48 +01:00
pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2"
2019-03-05 23:11:52 +01:00
2019-03-05 23:17:15 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-02-10 15:02:38 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
2019-02-10 15:02:38 +01:00
#=================================================