From 321a886bea706907dde914f558c5708633108c51 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:20:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8D=A1=E4=BD=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14b76c9..00a8941 100644 --- a/install.sh +++ b/install.sh @@ -1077,6 +1077,8 @@ installTools() { if ! find /usr/bin /usr/sbin | grep -q -w netfilter-persistent; then if [[ "${release}" != "centos" ]]; then echoContent green " ---> 安装iptables" + 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 ${installType} iptables-persistent >/dev/null 2>&1 fi fi @@ -9794,7 +9796,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.4.15" + echoContent green "当前版本:v3.4.16" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus