From 44fb926a894039806f24c4ea89a26d9718d163ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Sat, 19 Oct 2024 21:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f9e46ff..3d485f2 100644 --- a/install.sh +++ b/install.sh @@ -2,8 +2,8 @@ install() { opkg update - wget https://dl.openwrt.ai/23.05/packages/x86_64/kiddin9/luci-app-partexp_git-25.280.04805-6f563c1_all.ipk - opkg install luci-app-partexp_git-25.280.04805-6f563c1_all.ipk + wget https://cafe.cpolar.cn/wkdaily/OneKeyExpand/raw/branch/main/luci-app-partexp_all.ipk + opkg install luci-app-partexp_all.ipk } install