浏览代码

Add txtorcon for tahoe over tor

Bob Mottram 8 年前
父节点
当前提交
055d52e4f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs 查看文件

@@ -222,6 +222,7 @@ function install_tahoelafs {
222 222
     venv/bin/pip install setuptools==11.3
223 223
     venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
224 224
     venv/bin/pip install cryptography==1.7.2 markerlib==0.6.0 distribute==0.7.3
225
+    venv/bin/pip install txtorcon==0.18.0
225 226
     venv/bin/pip install --editable .
226 227
     configure_firewall_for_tahoelafs
227 228