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