From 418cdc436677577cfd75bd065c351706d4bc4047 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 30 Jun 2025 16:56:39 +0300 Subject: [PATCH] rm iptables-mod-extra check --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 6cc1361..2f9f77b 100755 --- a/install.sh +++ b/install.sh @@ -142,10 +142,6 @@ check_system() { esac done fi - - if opkg list-installed | grep -q "iptables-mod-extra"; then - msg "Found incompatible iptables packages. If you're using FriendlyWrt: https://t.me/itdogchat/44512/181082" - fi } sing_box() {