From 7b85b8ca4148d497a0eb47541c47f97bfe3db1bf Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Wed, 8 Nov 2023 16:48:57 +0800 Subject: [PATCH] Update gl-inet.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更换默认源为kiddin9的 --- gl-inet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index 935a398..10baade 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -123,7 +123,7 @@ setup_software_source() { remove_check_signature_option # 先删除再添加以免重复 echo "# add your custom package feeds here" >/etc/opkg/customfeeds.conf - echo "src/gz dllkids https://op.dllkids.xyz/packages/aarch64_cortex-a53" >>/etc/opkg/customfeeds.conf + echo "src/gz dllkids https://dl.openwrt.ai/23.05/aarch64_cortex-a53/kiddin9" >>/etc/opkg/customfeeds.conf # 设置第三方源后要更新 opkg update else