diff --git a/scripts/update/10-dependencies.sh b/scripts/update/10-dependencies.sh index 33950e9bb..6dc2fe053 100755 --- a/scripts/update/10-dependencies.sh +++ b/scripts/update/10-dependencies.sh @@ -46,7 +46,7 @@ if [[ $trigger_apt_update == "true" ]]; then fi #space-separated list of required GLOBAL SWIZZIN dependencies (NOT application specific ones) -dependencies="whiptail git sudo curl wget lsof fail2ban apache2-utils vnstat tcl tcl-dev build-essential dirmngr apt-transport-https bc uuid-runtime jq net-tools gnupg2 cracklib-runtime unzip ccze" +dependencies="whiptail git sudo curl wget lsof rsyslog fail2ban apache2-utils vnstat tcl tcl-dev build-essential dirmngr apt-transport-https bc uuid-runtime jq net-tools gnupg2 cracklib-runtime unzip ccze" apt_install "${dependencies[@]}"