update start.sh
This commit is contained in:
parent
429dd98e99
commit
df8997aa0c
|
|
@ -4,7 +4,7 @@ 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
|
||||||
echo "下载启动脚本..."
|
echo "下载启动脚本..."
|
||||||
wget -nv https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/start.sh && chmod +x start.sh
|
wget -q --show-progress https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/start.sh && chmod +x start.sh
|
||||||
echo "下载更新脚本..."
|
echo "下载更新脚本..."
|
||||||
wget -q --show-progress https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/update.sh && chmod +x update.sh
|
wget -q --show-progress https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/update.sh && chmod +x update.sh
|
||||||
echo "下载卸载脚本..."
|
echo "下载卸载脚本..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue