minor fixes

v3d 2016-11-28 02:01:25 +00:00
parent 6d4dcd5b06
commit a6f214fbfa

@ -85,6 +85,10 @@ You can now chose to either pull the Pivilion scripts and Tor / Rpi configuratio
### Configure Tor ### Configure Tor
Edit Tor's configuration file /etc/tor/torrc by issuing
sudo nano /etc/tor/torrc
Uncomment RunAsDeamon 1 Uncomment RunAsDeamon 1
In the section intended for hidden services only, uncomment the two lines 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. 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 ### Pull config and settings from Gitlab
cd / (DO NOT TO SKIP THIS STEP) cd / (DO NOT TO SKIP THIS STEP)