1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

Update _common.sh

This commit is contained in:
yalh76 2022-09-05 20:06:52 +02:00
parent 36ecb4b129
commit a3245846e8

View file

@ -7,7 +7,7 @@
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-xml"
# dependencies used by the app (must be on a single line)
pkg_dependencies="deb1 deb2 $php_dependencies"
pkg_dependencies="$php_dependencies"
#=================================================
# PERSONAL HELPERS