fix istore install bug

This commit is contained in:
悟空的日常镜像仓库 2025-05-19 14:44:08 +08:00
parent e4cd9a1361
commit d4473d8e0b

View File

@ -253,6 +253,7 @@ case $action in
update update
;; ;;
"install") "install")
opkg update
opkg install "$1" opkg install "$1"
#check_space #check_space
#wrapped_in_update opkg_wrap_mirrors install "$@" && try_upgrade_depends "$1" && try_autoconf #wrapped_in_update opkg_wrap_mirrors install "$@" && try_upgrade_depends "$1" && try_autoconf