diff --git a/CHANGELOG.md b/CHANGELOG.md index af3be9f..688e3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ In Development Setup: * Update to Roundcube 1.3.8. +* Add missing rsyslog package to install line since some OS images don't have it installed by default. Control Panel: diff --git a/setup/system.sh b/setup/system.sh index 0472805..d096f7a 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -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