mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
Update chr.sh
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
befaa60509
commit
3c2e1197ce
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…
x
Reference in New Issue
Block a user