From 6e630b852ac50c1663c1f8efdd5e4ed913c7df0e Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 26 Aug 2025 00:49:44 +0800 Subject: [PATCH] Update chr.sh Signed-off-by: elseif --- chr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chr.sh b/chr.sh index 0c07a28..c90825e 100644 --- a/chr.sh +++ b/chr.sh @@ -50,7 +50,7 @@ if [[ "$confirm" =~ ^[Nn]$ ]]; then fi echo "FILE: $(basename $IMG_URL)" -wget --no-check-certificate -O /tmp/chr.img.zip "$IMG_URL" +wget --no-check-certificate -O /tmp/chr.img.zip "$IMG_URL" || echo "Download failed!" cd /tmp unzip -p chr.img.zip > chr.img if LOOP=$(losetup -Pf --show chr.img 2>/dev/null); then