need apache utils for htpasswd

This commit is contained in:
Bob Mottram 2017-06-10 16:08:01 +01:00
parent d9f3dbff03
commit c57aec4356
1 changed files with 3 additions and 1 deletions

View File

@ -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