update start.sh
This commit is contained in:
parent
df8997aa0c
commit
0307f797c6
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#wget -O- https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/auto_install.sh | bash
|
#wget -O- https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/auto_install.sh | bash
|
||||||
|
echo "清理旧脚本..."
|
||||||
|
rm -rf ./install.sh ./start.sh ./update.sh ./uninstall.sh
|
||||||
echo "开始下载..."
|
echo "开始下载..."
|
||||||
echo "下载安装脚本..."
|
echo "下载安装脚本..."
|
||||||
wget -q --show-progress https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh && chmod +x install.sh
|
wget -q --show-progress https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh && chmod +x install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue