Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif
2025-08-25 22:18:07 +08:00
committed by GitHub
parent fa9c53bef1
commit a217ae8df0

2
chr.sh
View File

@@ -10,7 +10,7 @@ case $ARCH in
echo "BOOT MODE: UEFI"
IMG_URL="https://github.com/elseif/MikroTikPatch/releases/download/$LATEST_VERSION/chr-$LATEST_VERSION.img.zip"
else
echo "BOOT MOD: BIOS/MBR"
echo "BOOT MODE: BIOS/MBR"
IMG_URL="https://github.com/elseif/MikroTikPatch/releases/download/$LATEST_VERSION/chr-$LATEST_VERSION-legacy-bios.img.zip"
fi
;;