diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 2ae577c..1659f0e 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -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`