From 49608606f252bb44edc54749db111f053be8edc3 Mon Sep 17 00:00:00 2001 From: elseif Date: Sat, 23 Aug 2025 04:08:09 +0800 Subject: [PATCH] Update and rename chr.sh to chr_busybox.sh Signed-off-by: elseif --- chr.sh => chr_busybox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename chr.sh => chr_busybox.sh (86%) diff --git a/chr.sh b/chr_busybox.sh similarity index 86% rename from chr.sh rename to chr_busybox.sh index 35eef35..129df24 100644 --- a/chr.sh +++ b/chr_busybox.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -wget -O /tmp/chr.img.zip https://github.com/elseif/MikroTikPatch/releases/download/7.19.4/chr-7.19.4-legacy-bios.img.zip +wget --no-check-certificate -O /tmp/chr.img.zip https://gh-proxy.com/https://github.com/elseif/MikroTikPatch/releases/download/7.19.4/chr-7.19.4-legacy-bios.img.zip cd /tmp unzip -p chr.img.zip > chr.img