-
Notifications
You must be signed in to change notification settings - Fork 3
如果没有 curl, 则采用 wget 下载 #4
Copy link
Copy link
Open
Description
Lines 27 to 31 in 1c69988
| command curl --fail "$url" >"$target" 2>/dev/null || { | |
| command rm -rf "$tmptgt"; | |
| ___x_cmd_get_log "Fail to download from: $url"; | |
| exit 1; | |
| }; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels