mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update chr.sh
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
befaa60509
commit
3c2e1197ce
1 changed files with 1 additions and 1 deletions
2
chr.sh
2
chr.sh
|
|
@ -179,7 +179,7 @@ download_image(){
|
|||
curl -L -# -o /tmp/chr.img.zip "$IMG_URL" || { echo "$MSG_DOWNLOAD_FAILED"; exit 1; }
|
||||
elif command -v wget >/dev/null 2>&1; then
|
||||
wget -nv -O /tmp/chr.img.zip "$IMG_URL" || { echo "$MSG_DOWNLOAD_FAILED"; exit 1; }
|
||||
el
|
||||
else
|
||||
echo "$MSG_DOWNLOAD_ERROR $IMG_URL"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue