sshpass needed for remote backups

This commit is contained in:
Bob Mottram 2015-12-11 10:39:35 +00:00
parent 6c4412b7af
commit 02e20df688
1 changed files with 1 additions and 1 deletions

View File

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