Skip to content

Commit

Permalink
Move to php 7 because php5 is not in repo anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 22, 2017
1 parent e5992fe commit 5ae3247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fullpageos/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ae3247

Please sign in to comment.