From d4473d8e0b13e1ea8ee14051ce38ace4a683321c Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Mon, 19 May 2025 14:44:08 +0800 Subject: [PATCH] fix istore install bug --- 64bit/is-opkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/64bit/is-opkg.sh b/64bit/is-opkg.sh index 7910e4f..391599a 100644 --- a/64bit/is-opkg.sh +++ b/64bit/is-opkg.sh @@ -253,6 +253,7 @@ case $action in update ;; "install") + opkg update opkg install "$1" #check_space #wrapped_in_update opkg_wrap_mirrors install "$@" && try_upgrade_depends "$1" && try_autoconf