Skip to content

Commit d5431f6

Browse files
committed
Install php5-cli in Ubuntu install script.
php5-cli is necessary to run php on the command line.
1 parent 97f38b4 commit d5431f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo
3737
set +x
3838

3939
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
40+
sudo apt-get install git mysql-server apache2 php5 php5-mysql php5-gd php5-dev php5-curl php-apc php5-cli dpkg-dev
4141

4242
HAVEPCNTL=`php -r "echo extension_loaded('pcntl');"`
4343
if [ $HAVEPCNTL != "1" ]

0 commit comments

Comments
 (0)