tahoelafs tor handler
This commit is contained in:
parent
7685366ca2
commit
433f3596d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue