From 025dc9a5cf4408cec4899d817663b0b59892b3ce Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Nov 2024 12:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20gost.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gost.sh b/gost.sh index e66f55c..0049f63 100644 --- a/gost.sh +++ b/gost.sh @@ -102,8 +102,8 @@ function Install_ct() { mv gost-linux-"$bit"-"$ct_new_ver" gost mv gost /usr/bin/gost chmod -R 777 /usr/bin/gost - wget --no-check-certificate https://gotunnel.oss-cn-shenzhen.aliyuncs.com/gost.service && chmod -R 777 gost.service && mv gost.service /usr/lib/systemd/system - mkdir /etc/gost && wget --no-check-certificate https://gotunnel.oss-cn-shenzhen.aliyuncs.com/config.json && mv config.json /etc/gost && chmod -R 777 /etc/gost + wget --no-check-certificate https://gitea.ozoo.top/root/jiaoben/raw/branch/main/gost/gost.service && chmod -R 777 gost.service && mv gost.service /usr/lib/systemd/system + mkdir /etc/gost && wget --no-check-certificate https://gitea.ozoo.top/root/jiaoben/raw/branch/main/gost/config.json && mv config.json /etc/gost && chmod -R 777 /etc/gost else rm -rf gost-linux-"$bit"-"$ct_new_ver".gz wget --no-check-certificate https://github.com/ginuerzh/gost/releases/download/v"$ct_new_ver"/gost-linux-"$bit"-"$ct_new_ver".gz