We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5992fe commit 5ae3247Copy full SHA for 5ae3247
src/modules/fullpageos/start_chroot_script
@@ -34,7 +34,7 @@ apt-get install -y --force-yes vim x11vnc expect
34
#Install web stack
35
if [ "$FULLPAGEOS_INCLUDE_LIGHTTPD" == "yes" ]
36
then
37
- apt-get install -y lighttpd php5-common php5-cgi php5
+ apt-get install -y lighttpd php-common php-cgi php
38
lighty-enable-mod fastcgi-php
39
#service lighttpd force-reload
40
chown -R www-data:www-data /var/www/html
0 commit comments