Przeglądaj źródła

sshpass needed for remote backups

Bob Mottram 9 lat temu
rodzic
commit
02e20df688
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Wyświetl plik

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