parent
cc2e16bf11
commit
2b3b440553
4
xbbox.sh
4
xbbox.sh
|
@ -82,7 +82,7 @@ install_docker() {
|
||||||
|
|
||||||
run_gost() {
|
run_gost() {
|
||||||
# 下载脚本
|
# 下载脚本
|
||||||
curl -fsSL http://example.com -o rungost.sh
|
curl -fsSL https://raw.githubusercontent.com/yangliuchang/xbbox/main/xbbox.sh -o rungost.sh
|
||||||
|
|
||||||
# 添加可执行权限并运行脚本
|
# 添加可执行权限并运行脚本
|
||||||
chmod +x rungost.sh
|
chmod +x rungost.sh
|
||||||
|
@ -125,4 +125,4 @@ menu() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
menu
|
menu
|
||||||
|
|
Loading…
Reference in New Issue