From d08e8e108ea1c6227741b63ff69c45cf467e427a Mon Sep 17 00:00:00 2001 From: Alfonso Date: Mon, 29 May 2023 14:20:26 +0200 Subject: [PATCH] Update blocklist.sh --- blocklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocklist.sh b/blocklist.sh index fed85f4..6fe8cc2 100755 --- a/blocklist.sh +++ b/blocklist.sh @@ -1,6 +1,6 @@ #!/bin/bash if [ "$(whoami)" == "root" ]; then echo "root ok"; else echo "run as root!"; exit 1; fi; -apt update && apt install -y iptables jq ipset coreutils grep +#apt update && apt install -y iptables jq ipset coreutils grep IPTABLES_PATH=$(whereis iptables | awk '{print $2}') IPSET_PATH=$(whereis ipset | awk '{print $2}') SORT_PATH=$(whereis sort | awk '{print $2}')