From 2e41f95ee9114d75dcdeedf34233f31a4a4161ab Mon Sep 17 00:00:00 2001 From: "cnb.dg2025-08" Date: Sun, 14 Sep 2025 13:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20builds.s?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.sh b/builds.sh index a5ead9a..3abe33b 100644 --- a/builds.sh +++ b/builds.sh @@ -135,7 +135,7 @@ xray_set() { } cns_task() { - if $download_tool_cmd cns.sh https://git.dihe.moe/dongge/cns_xbl/raw/branch/main/cns/cns.sh; then + if $download_tool_cmd cns.sh https://cnb.cool/dg2025-08/Cax/-/git/raw/main/cns/cns.sh; then chmod 777 cns.sh sed -i "s~#\!/bin/bash~#\!$SHELL~" cns.sh echo $echo_opt_e "n\ny\ny\ny\ny\n"|./cns.sh $task_type && \ @@ -149,7 +149,7 @@ cns_task() { amy4Server_task() { - if $download_tool_cmd amy4Server.sh https://git.dihe.moe/dongge/cns_xbl/raw/branch/main/amy/amy4Server.sh; then + if $download_tool_cmd amy4Server.sh https://cnb.cool/dg2025-08/Cax/-/git/raw/main/amy/amy4Server.sh; then chmod 777 amy4Server.sh sed -i "s~#\!/bin/bash~#\!$SHELL~" amy4Server.sh echo $echo_opt_e "n"|./amy4Server.sh $task_type && \ @@ -163,7 +163,7 @@ amy4Server_task() { xray_task() { - if $download_tool_cmd xray.sh https://git.dihe.moe/dongge/cns_xbl/raw/branch/main/xray/xray.sh; then + if $download_tool_cmd xray.sh https://cnb.cool/dg2025-08/Cax/-/git/raw/main/xray/xray.sh; then chmod 777 xray.sh sed -i "s~#\!/bin/bash~#\!$SHELL~" xray.sh echo $echo_opt_e "n\ny\ny\ny\ny\n"|./xray.sh $task_type && \