Update scripts/_common.sh

Co-authored-by: tituspijean <tituspijean@outlook.com>
This commit is contained in:
yalh76 2022-08-04 19:18:17 +02:00 committed by GitHub
parent 46b25cf8f5
commit b5ff61c826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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