Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-07-06 01:30:56 +08:00 committed by GitHub
parent 9a7ea04b45
commit 674370280d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
chr.sh
View file

@ -1,4 +1,4 @@
curl -# -L https://github.com/elseif/MikroTikPatch/releases/download/7.19.1/chr-7.19.1-legacy-bios.img.zip -o /tmp/chr.img.zip && cd /tmp && \
curl -# -L https://github.com/elseif/MikroTikPatch/releases/download/7.19.2/chr-7.19.2-legacy-bios.img.zip -o /tmp/chr.img.zip && cd /tmp && \
gunzip -c chr.img.zip > chr.img && \
STORAGE=`lsblk | grep disk | cut -d ' ' -f 1 | head -n 1` && \
echo STORAGE is $STORAGE && \