mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-04 15:50:47 +00:00
minor fixes
parent
6d4dcd5b06
commit
a6f214fbfa
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue