From ae47e79b3c0115fb23c441860efbabb3c5c172ff Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Sun, 24 Mar 2024 13:22:47 +0800 Subject: [PATCH] Update gl-inet.sh --- gl-inet.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gl-inet.sh b/gl-inet.sh index e155f6f..5a9d46f 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -305,9 +305,9 @@ update_opkg_config() { wget -O /etc/opkg/distfeeds.conf ${mt6000_opkg} # 更换5.4.238 内核之后 缺少的依赖 mkdir -p /tmp/mt6000 - wget -O /tmp/mt6000/script-utils.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/script-utils.ipk" - wget -O /tmp/mt6000/mdadm.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/mdadm.ipk" - wget -O /tmp/mt6000/lsblk.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/lsblk.ipk" + wget -O /tmp/mt6000/script-utils.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/script-utils.ipk?$(date +%s)" + wget -O /tmp/mt6000/mdadm.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/mdadm.ipk?$(date +%s)" + wget -O /tmp/mt6000/lsblk.ipk "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/mt-6000/lsblk.ipk?$(date +%s)" opkg update opkg install /tmp/mt6000/*.ipk ;;