diff --git a/pivilon-manual-setup.md b/pivilon-manual-setup.md index d7a60d6..c6cf536 100644 --- a/pivilon-manual-setup.md +++ b/pivilon-manual-setup.md @@ -85,6 +85,10 @@ You can now chose to either pull the Pivilion scripts and Tor / Rpi configuratio ### Configure Tor +Edit Tor's configuration file /etc/tor/torrc by issuing + +sudo nano /etc/tor/torrc + Uncomment RunAsDeamon 1 In the section intended for hidden services only, uncomment the two lines @@ -116,7 +120,9 @@ Cloning Pivilion settings and scripts via Git Our script assumes that your user is named pi. It will create direcotries in pi's home dir (/home/pi) and use scripts that reference that directory. -Make sure you are root before doing these steps. The root account is disabled on Raspbian +Make sure you are root before doing these steps. The root account is disabled on Raspbian, so you will have to become root using by issuing + +sudo -s ### Pull config and settings from Gitlab cd / (DO NOT TO SKIP THIS STEP)