mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update chr.sh
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
18b6449701
commit
fa9c53bef1
1 changed files with 1 additions and 1 deletions
2
chr.sh
2
chr.sh
|
|
@ -5,7 +5,7 @@ echo "VERSION: $LATEST_VERSION"
|
|||
ARCH=$(uname -m)
|
||||
case $ARCH in
|
||||
x86_64|i386|i486|i586|i686)
|
||||
echo "ARCH: $ARCH"
|
||||
echo "ARCH: $ARCH"
|
||||
if [ -d /sys/firmware/efi ]; then
|
||||
echo "BOOT MODE: UEFI"
|
||||
IMG_URL="https://github.com/elseif/MikroTikPatch/releases/download/$LATEST_VERSION/chr-$LATEST_VERSION.img.zip"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue