Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-07-08 00:58:38 +08:00 committed by GitHub
parent 674370280d
commit c7f31476e7
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.2/chr-7.19.2-legacy-bios.img.zip -o /tmp/chr.img.zip && cd /tmp && \
curl -# -L https://github.com/elseif/MikroTikPatch/releases/download/7.19.3/chr-7.19.3-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 && \