From c57aec4356574382bdabc1d96f196b6c7e1ca0c7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Jun 2017 16:08:01 +0100 Subject: [PATCH] need apache utils for htpasswd --- src/freedombone-app-tahoelafs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index ec357241..a50ab98d 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -616,7 +616,9 @@ function install_tahoelafs { fi 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 libcrypto++-dev python-pycryptopp python-cffi + apt-get -yq install python-virtualenv apache2-utils + if [ -d $TAHOE_DIR ]; then deluser --remove-all-files tahoelafs delgroup tahoelafs