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

21 lines
639 B
Bash
Raw Normal View History

2022-01-18 11:02:42 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-02-24 00:09:59 +01:00
# dependencies used by the app
#pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2"
2022-01-18 11:02:42 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================