diff --git a/scripts/_common.sh b/scripts/_common.sh index 2a403fd..01990ca 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # Package dependencies if [ "$(lsb_release --codename --short)" != "jessie" ]; then - PKG_DEPENDENCIES="$PKG_DEPENDENCIES php-zip php-curl php-gd" + PKG_DEPENDENCIES="php-zip php-curl php-gd" else - PKG_DEPENDENCIES="$PKG_DEPENDENCIES php5-curl php5-gd" + PKG_DEPENDENCIES="php5-curl php5-gd" fi # Check if directory/file already exists (path in argument)