From 7b962b2ceeb2db72422200ac1ecb59ef14cc57c8 Mon Sep 17 00:00:00 2001 From: mshe <666666666@666666666.666666666> Date: Thu, 28 May 2026 14:56:41 +0800 Subject: [PATCH] update start.sh --- sh/auto_install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh/auto_install.sh b/sh/auto_install.sh index d5219fd..1128051 100644 --- a/sh/auto_install.sh +++ b/sh/auto_install.sh @@ -2,13 +2,13 @@ #wget -O- https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/auto_install.sh | bash echo "开始下载..." echo "下载安装脚本..." -wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh && chmod +x install.sh +wget -q https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh && chmod +x install.sh echo "下载启动脚本..." -wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/start.sh && chmod +x start.sh +wget -q https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/start.sh && chmod +x start.sh echo "下载更新脚本..." -wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/update.sh && chmod +x update.sh +wget -q https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/update.sh && chmod +x update.sh echo "下载卸载脚本..." -wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/uninstall.sh && chmod +x uninstall.sh +wget -q https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/uninstall.sh && chmod +x uninstall.sh echo "下载完成" echo "开始安装..." ./install.sh