From c813e98adca71213290c3db5602721b61176d35c Mon Sep 17 00:00:00 2001 From: pkasahi Date: Sun, 8 Dec 2024 23:59:53 +0800 Subject: [PATCH] Update install.sh now all distribution use netcat-openbsd --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 183f0ef..b491a9f 100644 --- a/install.sh +++ b/install.sh @@ -431,7 +431,7 @@ ssl_install() { elif [[ "${ID}" == "debian" && ${VERSION_ID} -ge 12 ]]; then ${INS} install socat netcat-openbsd -y else - ${INS} install socat netcat -y + ${INS} install socat netcat-openbsd -y fi judge "安装 SSL 证书生成脚本依赖"