Преглед на файлове

sshpass needed for remote backups

Bob Mottram преди 9 години
родител
ревизия
02e20df688
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Целия файл

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