sshpass needed for remote backups
This commit is contained in:
parent
6c4412b7af
commit
02e20df688
|
@ -3031,7 +3031,7 @@ function initial_setup {
|
||||||
apt-get -y remove --purge apache*
|
apt-get -y remove --purge apache*
|
||||||
apt-get -y dist-upgrade
|
apt-get -y dist-upgrade
|
||||||
apt-get -y install ca-certificates emacs24 cpulimit
|
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
|
echo 'initial_setup' >> $COMPLETION_FILE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue