From 14f8abf5969c5e089181ae55e0dd3d956636abaa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Sep 2017 23:13:07 +0100 Subject: [PATCH] torsocks now needed for torify --- src/freedombone-utils-onion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone-utils-onion b/src/freedombone-utils-onion index b0746970..409820ba 100755 --- a/src/freedombone-utils-onion +++ b/src/freedombone-utils-onion @@ -275,6 +275,9 @@ function install_tor { exit 38259 fi + # For torify + apt-get -yq install torsocks + # 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