Skip to content
Snippets Groups Projects
Commit 433f3596 authored by Bob Mottram's avatar Bob Mottram
Browse files

tahoelafs tor handler

parent 7685366c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment