Add openssh as dependency

This commit is contained in:
Austen Adler 2019-10-26 22:58:43 -04:00
parent 083929d68f
commit ef47f7183e

View File

@ -18,7 +18,7 @@ install_requirements() {
apt-get update
fi
apt-get upgrade -y
apt-get install -y python screen wget
apt-get install -y python screen wget openssh
if ! command -v borgmatic 2>/dev/null || ! command -v borg 2>/dev/null; then
get_debs