1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

add missing rsyslog to apt install line

see #1438
This commit is contained in:
Joshua Tauberer
2018-12-02 17:38:47 -05:00
parent a211ad422b
commit bd54b41041
2 changed files with 2 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ echo Installing system packages...
apt_install python3 python3-dev python3-pip \
netcat-openbsd wget curl git sudo coreutils bc \
haveged pollinate unzip \
unattended-upgrades cron ntp fail2ban
unattended-upgrades cron ntp fail2ban rsyslog
# ### Add PHP7 PPA