Support ubuntu minimal install

UFW installation silently fails and set up quietly quits if no sshd is present
This commit is contained in:
Ryan Tharp 2020-09-19 19:29:34 -07:00 committed by GitHub
parent 0d72566c99
commit b66ed47a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,