Skip to content

Commit 5ae3247

Browse files
committed
Move to php 7 because php5 is not in repo anymore
1 parent e5992fe commit 5ae3247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/fullpageos/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apt-get install -y --force-yes vim x11vnc expect
3434
#Install web stack
3535
if [ "$FULLPAGEOS_INCLUDE_LIGHTTPD" == "yes" ]
3636
then
37-
apt-get install -y lighttpd php5-common php5-cgi php5
37+
apt-get install -y lighttpd php-common php-cgi php
3838
lighty-enable-mod fastcgi-php
3939
#service lighttpd force-reload
4040
chown -R www-data:www-data /var/www/html

0 commit comments

Comments
 (0)