update start.sh
This commit is contained in:
parent
8bc8c7d991
commit
e470e9622a
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#wget -O- https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/auto_install.sh | bash
|
||||||
echo "开始下载..."
|
echo "开始下载..."
|
||||||
echo "下载安装脚本..."
|
echo "下载安装脚本..."
|
||||||
wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh && chmod +x install.sh
|
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 "开始安装..."
|
echo "开始安装..."
|
||||||
./install.sh
|
./install.sh
|
||||||
echo "安装完成"
|
echo "安装完成"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue