From 76d455da90ef5c98f056414c7a58f1b9eb95ed95 Mon Sep 17 00:00:00 2001 From: v3d Date: Wed, 23 Jan 2019 13:52:50 +0000 Subject: [PATCH] Update pivilion manual setup --- pivilion-manual-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`