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

21 lines
573 B
Bash
Raw Normal View History

2020-04-16 14:08:38 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2020-04-27 11:37:38 +02:00
# dependencies used by the app
pkg_dependencies="php7.0-zip"
2020-04-16 14:08:38 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================