From ff7ddd1e4059506e42679722e7d9d8b886ea593a Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Wed, 26 Aug 2026 15:38:23 +0800 Subject: [PATCH] fix(lib-common): update istore repo base URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正istore软件源的基础URL地址,将旧的repo子域名地址替换为新的官方源地址 --- lib/lib-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib-common.sh b/lib/lib-common.sh index 074b6dd..d18ad90 100644 --- a/lib/lib-common.sh +++ b/lib/lib-common.sh @@ -244,7 +244,7 @@ install_advanced_uninstall() { do_istore() { echo "do_istore 64bit ==================>" opkg update - URL="https://repo.istoreos.com/repo/all/store/" + URL="https://istore.istoreos.com/repo/all/store/" DIR="/tmp/ipk_store" mkdir -p "$DIR" cd "$DIR" || exit 1