torsocks now needed for torify

This commit is contained in:
Bob Mottram 2017-09-18 23:13:07 +01:00
parent 26a132b5c4
commit 14f8abf596
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@ function install_tor {
exit 38259 exit 38259
fi fi
# For torify
apt-get -yq install torsocks
# turn off logging # turn off logging
sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
sed -i 's|Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc sed -i 's|Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc