From 2d51e5d0ab78785ed8fea1bdf133647ae6df3eac Mon Sep 17 00:00:00 2001 From: ChiefGyk Date: Thu, 30 Jun 2016 16:38:52 -0400 Subject: [PATCH] code fix --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 004e81c1..893d1091 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,10 @@ if [[ $EUID -ne 0 ]]; then echo exit fi +echo iptables-persistent iptables-persistent/autosave_v4 boolean false | debconf-set-selections +echo iptables-persistent iptables-persistent/autosave_v6 boolean false | debconf-set-selections +apt-get update +apt-get install -y ipset dialog iptables-persistent cp conf/blacklist /etc/cron.daily/blacklist chmod a+x /etc/cron.daily/blacklist source conf/tor.sh