Skip to content

Commit 6bf5eca

Browse files
committed
Additional settings for Tor relay.
1 parent cbf186a commit 6bf5eca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ sudo modprobe ip_conntrack
2020
sudo service iptables-persistent restart
2121
sudo sysctl -p /etc/sysctl.conf
2222
sudo service tor restart
23+
# After installation may be good idea to
24+
sudo reboot
2325
```

remove.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ apt-get -y remove raspberrypi-ui-mods
4848

4949
# Remove packages
5050
for i in $pkgs; do
51-
echo apt-get -y remove --purge $i
51+
apt-get -y remove --purge $i
5252
done
5353

5454
# Remove automatically installed dependency packages
55-
echo apt-get -y autoremove
55+
apt-get -y autoremove
5656

5757
# Remove all packages marked rc (thanks @symm)
5858
dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge

0 commit comments

Comments
 (0)