From b4154ad1bd1f821c79c6ae677277dc0e4859799a Mon Sep 17 00:00:00 2001 From: ChiefGyk Date: Wed, 29 Jun 2016 07:28:45 -0400 Subject: [PATCH] removed unneeded sudo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 300e7c8c..8be12bba 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ fi cp sync-fail2ban /etc/cron.daily/sync-fail2ban chmod a+x /etc/cron.daily/sync-fail2ban time /etc/cron.daily/sync-fail2ban -echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections -echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections +echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections +echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections apt-get update apt-get install -y iptables-persistent