From ccbe7df185309c035fb5117f1cb2f55c608563a6 Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:45:04 +0800 Subject: [PATCH] Update net.sh --- net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.sh b/net.sh index 39bf0a2..b039777 100644 --- a/net.sh +++ b/net.sh @@ -1,5 +1,5 @@ #!/bin/bash -script_version="v2025-09-01" +script_version="v2025-09-18" check_bash(){ current_bash_version=$(bash --version|head -n 1|awk '{for(i=1;i<=NF;i++) if ($i ~ /^[0-9]+\.[0-9]+(\.[0-9]+)?/) print $i}') major_version=$(echo "$current_bash_version"|cut -d'.' -f1)