From 5ae324799157e51ee1dca8ff6bfd25e3ba986c87 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Mon, 23 Oct 2017 00:55:16 +0300 Subject: [PATCH] Move to php 7 because php5 is not in repo anymore --- src/modules/fullpageos/start_chroot_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fullpageos/start_chroot_script b/src/modules/fullpageos/start_chroot_script index 539bbcd..f9750b0 100755 --- a/src/modules/fullpageos/start_chroot_script +++ b/src/modules/fullpageos/start_chroot_script @@ -34,7 +34,7 @@ apt-get install -y --force-yes vim x11vnc expect #Install web stack if [ "$FULLPAGEOS_INCLUDE_LIGHTTPD" == "yes" ] then - apt-get install -y lighttpd php5-common php5-cgi php5 + apt-get install -y lighttpd php-common php-cgi php lighty-enable-mod fastcgi-php #service lighttpd force-reload chown -R www-data:www-data /var/www/html