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

need apache utils for htpasswd

parent d9f3dbff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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