diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..14aff8b Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bf432f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_untracked/ \ No newline at end of file diff --git a/install.sh b/install.sh index 527f564..00fc42c 100755 --- a/install.sh +++ b/install.sh @@ -117,10 +117,10 @@ esac # # update the packages -echo "Updating apt-get and installing iw, batctl, lighttpd, sqlite3 and php packages..." -apt-get update && apt-get install -y iw batctl lighttpd sqlite3 php5 php5-common php5-cgi php5-sqlite -lighty-enable-mod fastcgi -lighty-enable-mod fastcgi-php +echo "Updating apt-get and installing iw, batctl, lighttpd, sqlite3 and php7.0 packages..." +apt-get update && apt-get install -y iw batctl lighttpd sqlite3 php7.0 php7.0-common php7.0-cgi php7.0-sqlite3 +lighttpd-enable-mod fastcgi +lighttpd-enable-mod fastcgi-php service lighttpd force-reload # Change the directory owner and group chown www-data:www-data /var/www