Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-08-26 00:10:04 +08:00 committed by GitHub
parent 7758330905
commit f2d18e32f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
chr.sh
View File

@ -23,6 +23,7 @@ case $ARCH in
exit 1 exit 1
;; ;;
esac esac
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"
cd /tmp cd /tmp
unzip -p chr.img.zip > chr.img unzip -p chr.img.zip > chr.img