fix(lib-common): update istore repo base URL

修正istore软件源的基础URL地址,将旧的repo子域名地址替换为新的官方源地址
This commit is contained in:
2026-08-26 15:38:23 +08:00
parent 8e5e2c4e55
commit ff7ddd1e40

View File

@@ -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