Update pivilion manual setup

v3d 2019-01-23 13:52:50 +00:00
parent 9f1b35a22c
commit 76d455da90

@ -243,7 +243,7 @@ That's it - everything should be working now!
### Lazy mode
If you don't feel like learning about the various components used to build a Tor hidden service, you can just use lazy mode to skip everything.
All you need to do is paste this into your terminal
All you need to do is paste this into your terminal and hit Enter. It will take a couple of minutes to finish.
`sudo apt update; sudo apt upgrade -y; sudo apt install lighttpd php-cgi hostapd dnsmasq git tor -y; sudo lighty-enable-mod fastcgi; sudo lighty-enable-mod fastcgi-php; sudo service lighttpd force-reload; cd /; sudo git init; sudo git remote add origin https://gitlab.com/hacklab01/pivilion.git; sudo git fetch origin; sudo git checkout -f --track origin/master; sudo chown -R pi:pi /home/pi; sudo chown -R www-data:www-data /var/www/; sudo chmod -R 775 /var/www; sudo usermod -a -G www-data pi; sudo reboot`