Explorar el Código

need apache utils for htpasswd

Bob Mottram hace 8 años
padre
commit
c57aec4356
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      src/freedombone-app-tahoelafs

+ 3
- 1
src/freedombone-app-tahoelafs Ver fichero

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