修改安装脚本适配新的分支结构

This commit is contained in:
juewuy
2024-01-18 15:41:17 +08:00
parent a384fc6734
commit 923b4ff596
+1 -1
View File
@@ -49,7 +49,7 @@ error_down(){
}
#安装及初始化
gettar(){
webget /tmp/ShellCrash.tar.gz $tarurl
webget /tmp/ShellCrash.tar.gz "$url/bin/ShellCrash.tar.gz"
if [ "$result" != "200" ];then
$echo "\033[33m文件下载失败!\033[0m"
error_down