Explorar el Código

sshpass needed for remote backups

Bob Mottram hace 9 años
padre
commit
02e20df688
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver fichero

@@ -3031,7 +3031,7 @@ function initial_setup {
3031 3031
   apt-get -y remove --purge apache*
3032 3032
   apt-get -y dist-upgrade
3033 3033
   apt-get -y install ca-certificates emacs24 cpulimit
3034
-  apt-get -y install rsyncrypto cryptsetup libgfshare-bin obnam
3034
+  apt-get -y install rsyncrypto cryptsetup libgfshare-bin obnam sshpass
3035 3035
 
3036 3036
   echo 'initial_setup' >> $COMPLETION_FILE
3037 3037
 }