added missing php5-cli to installation script
This commit is contained in:
@@ -89,7 +89,7 @@ return array(
|
|||||||
'nginx' => array(
|
'nginx' => array(
|
||||||
'label' => 'Nginx Webserver',
|
'label' => 'Nginx Webserver',
|
||||||
'commands_1' => array(
|
'commands_1' => array(
|
||||||
'apt-get install nginx php5-cgi',
|
'apt-get install nginx php5-cgi php5-cli',
|
||||||
),
|
),
|
||||||
'files' => array(
|
'files' => array(
|
||||||
'etc_nginx_nginx.conf' => '/etc/nginx/nginx.conf',
|
'etc_nginx_nginx.conf' => '/etc/nginx/nginx.conf',
|
||||||
|
|||||||
Reference in New Issue
Block a user