Update scripts/_common.sh
Co-authored-by: tituspijean <tituspijean@outlook.com>
This commit is contained in:
parent
46b25cf8f5
commit
b5ff61c826
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
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)
|
||||
pkg_dependencies="deb1 deb2 php$YNH_PHP_VERSION-deb1 php$YNH_PHP_VERSION-deb2"
|
||||
pkg_dependencies="deb1 deb2 $php_dependencies"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue