Browse Source

need apache utils for htpasswd

Bob Mottram 7 years ago
parent
commit
c57aec4356
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/freedombone-app-tahoelafs

+ 3
- 1
src/freedombone-app-tahoelafs View File

@@ -616,7 +616,9 @@ function install_tahoelafs {
616 616
     fi
617 617
 
618 618
     apt-get -yq install build-essential python-pip python-dev libffi-dev libssl-dev
619
-    apt-get -yq install libcrypto++-dev python-pycryptopp python-cffi python-virtualenv
619
+    apt-get -yq install libcrypto++-dev python-pycryptopp python-cffi
620
+    apt-get -yq install python-virtualenv apache2-utils
621
+
620 622
     if [ -d $TAHOE_DIR ]; then
621 623
         deluser --remove-all-files tahoelafs
622 624
         delgroup tahoelafs