From 00d3d6ad18c9ca3e9dc17a14f042084d40245ca4 Mon Sep 17 00:00:00 2001 From: yanglc <65783234+yangliuchang@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:23:36 +0800 Subject: [PATCH] fix xbbox.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正错误 --- xbbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbbox.sh b/xbbox.sh index 60bb8bc..dc1baa9 100644 --- a/xbbox.sh +++ b/xbbox.sh @@ -82,7 +82,7 @@ install_docker() { run_gost() { # 下载脚本 - curl -fsSL https://raw.githubusercontent.com/yangliuchang/xbbox/main/xbbox.sh -o rungost.sh + curl -fsSL https://raw.githubusercontent.com/yangliuchang/xbbox/main/rungost.sh -o rungost.sh # 添加可执行权限并运行脚本 chmod +x rungost.sh