From d81fa96e1b81044d021823bdb34bff5c263c3619 Mon Sep 17 00:00:00 2001 From: Liangzai <154070714+baakgwai@users.noreply.github.com> Date: Wed, 9 Jul 2025 21:58:39 +0100 Subject: [PATCH] Update openwrt.sh to include OpenMPTCProuter --- vm/openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 84660e19c06..64ce15625f4 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -465,7 +465,7 @@ msg_info "Getting URL for OpenWrt Disk Image" response=$(curl -fsSL https://openwrt.org) stableversion=$(echo "$response" | sed -n 's/.*Current stable release - OpenWrt \([0-9.]\+\).*/\1/p' | head -n 1) -URL="https://downloads.openwrt.org/releases/$stableversion/targets/x86/64/openwrt-$stableversion-x86-64-generic-ext4-combined.img.gz" +URL="https://releases.openmptcprouter.com/v0.62-6.6/x86_64/targets/x86/64/openmptcprouter-v0.62-6.6-r0+28431-92e020b50f-x86-64-generic-ext4-combined-efi.img.gz" sleep 2 msg_ok "${CL}${BL}${URL}${CL}"