Browse Source

tahoelafs tor handler

Bob Mottram 7 years ago
parent
commit
433f3596d5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-tahoelafs

+ 2
- 0
src/freedombone-app-tahoelafs View File

361
     systemctl disable tahoelafs-client
361
     systemctl disable tahoelafs-client
362
     rm /etc/systemd/system/tahoelafs-client.service
362
     rm /etc/systemd/system/tahoelafs-client.service
363
 
363
 
364
+    pip uninstall tahoe-lafs[tor]
364
     apt-get -yq remove tahoe-lafs
365
     apt-get -yq remove tahoe-lafs
365
 
366
 
366
     if [ -d /var/lib/tahoelafs ]; then
367
     if [ -d /var/lib/tahoelafs ]; then
616
     apt-get -yq install build-essential python-pip python-dev libffi-dev libssl-dev
617
     apt-get -yq install build-essential python-pip python-dev libffi-dev libssl-dev
617
     apt-get -yq install libcrypto++-dev python-pycryptopp python-cffi python-virtualenv
618
     apt-get -yq install libcrypto++-dev python-pycryptopp python-cffi python-virtualenv
618
     apt-get -yq install tahoe-lafs
619
     apt-get -yq install tahoe-lafs
620
+    pip install tahoe-lafs[tor]
619
 
621
 
620
     # create a user
622
     # create a user
621
     if [ ! -d $TAHOE_DIR ]; then
623
     if [ ! -d $TAHOE_DIR ]; then