Skip to content

Commit d81fa96

Browse files
authored
Update openwrt.sh to include OpenMPTCProuter
1 parent ce5b17e commit d81fa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/openwrt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ msg_info "Getting URL for OpenWrt Disk Image"
465465

466466
response=$(curl -fsSL https://openwrt.org)
467467
stableversion=$(echo "$response" | sed -n 's/.*Current stable release - OpenWrt \([0-9.]\+\).*/\1/p' | head -n 1)
468-
URL="https://downloads.openwrt.org/releases/$stableversion/targets/x86/64/openwrt-$stableversion-x86-64-generic-ext4-combined.img.gz"
468+
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"
469469

470470
sleep 2
471471
msg_ok "${CL}${BL}${URL}${CL}"

0 commit comments

Comments
 (0)