update start.sh

This commit is contained in:
mshe 2026-05-28 14:48:16 +08:00
parent 8bc8c7d991
commit e470e9622a
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
#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
@ -12,3 +13,5 @@ echo "下载完成"
echo "开始安装..."
./install.sh
echo "安装完成"