From 0449f2dd182f2ba91c352ad24aef32a16fa42f5f Mon Sep 17 00:00:00 2001 From: Lsmoisu <114275920+Lsmoisu@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:54:22 +0800 Subject: [PATCH] Update toolbox.sh --- toolbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox.sh b/toolbox.sh index 20e77d3..a62dc08 100644 --- a/toolbox.sh +++ b/toolbox.sh @@ -42,7 +42,7 @@ case $choice in ;; 5) echo -e "${YELLOW}正在测试机器IP信息...${NC}" - curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh + export noninteractive=true && curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs ;; 6) echo -e "${GREEN}退出工具箱,感谢使用!${NC}"