fix xbbox.sh

更正错误
main
yanglc 2023-07-24 07:23:36 +08:00 committed by GitHub
parent 2b3b440553
commit 00d3d6ad18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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