torsocks now needed for torify
This commit is contained in:
parent
26a132b5c4
commit
14f8abf596
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue