mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-15 19:22:54 +08:00
修改安装脚本适配新的分支结构
This commit is contained in:
parent
a384fc6734
commit
923b4ff596
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user