From b66ed47a9679a3bcb642ddf5b27de001597c1480 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Sat, 19 Sep 2020 19:29:34 -0700 Subject: [PATCH] Support ubuntu minimal install UFW installation silently fails and set up quietly quits if no sshd is present --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 4d33deb6..4d05ff83 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -131,7 +131,7 @@ echo Installing system packages... apt_install python3 python3-dev python3-pip \ netcat-openbsd wget curl git sudo coreutils bc \ haveged pollinate openssh-client unzip \ - unattended-upgrades cron ntp fail2ban rsyslog + unattended-upgrades cron ntp fail2ban rsyslog openssh-server # ### Suppress Upgrade Prompts # When Ubuntu 20 comes out, we don't want users to be prompted to upgrade,