We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f38b4 commit d5431f6Copy full SHA for d5431f6
scripts/install/install_ubuntu.sh
@@ -37,7 +37,7 @@ echo
37
set +x
38
39
sudo apt-get -qq update
40
-sudo apt-get install git mysql-server apache2 php5 php5-mysql php5-gd php5-dev php5-curl php-apc dpkg-dev
+sudo apt-get install git mysql-server apache2 php5 php5-mysql php5-gd php5-dev php5-curl php-apc php5-cli dpkg-dev
41
42
HAVEPCNTL=`php -r "echo extension_loaded('pcntl');"`
43
if [ $HAVEPCNTL != "1" ]
0 commit comments