diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index d19e23d3..ad9bbb2d 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -361,6 +361,7 @@ function remove_tahoelafs { systemctl disable tahoelafs-client rm /etc/systemd/system/tahoelafs-client.service + pip uninstall tahoe-lafs[tor] apt-get -yq remove tahoe-lafs if [ -d /var/lib/tahoelafs ]; then @@ -616,6 +617,7 @@ function install_tahoelafs { apt-get -yq install build-essential python-pip python-dev libffi-dev libssl-dev apt-get -yq install libcrypto++-dev python-pycryptopp python-cffi python-virtualenv apt-get -yq install tahoe-lafs + pip install tahoe-lafs[tor] # create a user if [ ! -d $TAHOE_DIR ]; then