瀏覽代碼

torsocks now needed for torify

Bob Mottram 7 年之前
父節點
當前提交
14f8abf596
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/freedombone-utils-onion

+ 3
- 0
src/freedombone-utils-onion 查看文件

275
         exit 38259
275
         exit 38259
276
     fi
276
     fi
277
 
277
 
278
+    # For torify
279
+    apt-get -yq install torsocks
280
+
278
     # turn off logging
281
     # turn off logging
279
     sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
282
     sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
280
     sed -i 's|Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
283
     sed -i 's|Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc