Commit dda80f5d authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'master' of git.ispconfig.org:ispconfig/ispconfig-autoinstaller

parents 3af0b9c3 e7a56d6c
......@@ -29,7 +29,7 @@ fi
if [ "$PHP" = "" ] ; then
echo "PHP cli missing, trying to install." ;
apt-get update -qq && apt-get -y -qq install php-cli ;
apt-get update -qq && apt-get -y -qq install php-cli && apt-get -y -qq install php-mbstring ;
PHP=$(which php) ;
fi
if [ "$PHP" = "" ] ; then
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment