added missing php5-cli to installation script

This commit is contained in:
Lednerb
2015-01-11 22:19:49 +01:00
parent 7d478fd378
commit 1889958e2b

View File

@@ -89,7 +89,7 @@ return array(
'nginx' => array(
'label' => 'Nginx Webserver',
'commands_1' => array(
'apt-get install nginx php5-cgi',
'apt-get install nginx php5-cgi php5-cli',
),
'files' => array(
'etc_nginx_nginx.conf' => '/etc/nginx/nginx.conf',