From 7e36e1fd903e02d70f465d699ec6dd4372c41e93 Mon Sep 17 00:00:00 2001 From: Michael Dec Date: Tue, 25 Nov 2014 15:36:34 +0000 Subject: [PATCH] added sudo to the list not all setups have it and the miab installer depends on it --- setup/system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 5cbda2e2..984d1a58 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -19,9 +19,10 @@ hide_output apt-get -y upgrade # * unattended-upgrades: Apt tool to install security updates automatically. # * ntp: keeps the system time correct # * fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall +# * sudo: allows privileged users to execute commands as root without being root apt_install python3 python3-dev python3-pip \ - wget curl \ + wget curl sudo \ haveged unattended-upgrades ntp fail2ban # Allow apt to install system updates automatically every day.