From ef47f7183e9c111fbc9b26ed30c8b8bfacf26565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Austen=E2=80=9D?= Date: Sat, 26 Oct 2019 22:58:43 -0400 Subject: [PATCH] Add openssh as dependency --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 0965872..2dc9d53 100755 --- a/init.sh +++ b/init.sh @@ -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