diff --git a/scripts/_common.sh b/scripts/_common.sh index 12a73ff..4b552bd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ if [ "$(lsb_release --codename --short)" == "jessie" ]; then pkg_dependencies="php5-gd" else - pkg_dependencies="php-gd php-zip php-dom php-mbstring" + pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp" fi #=================================================