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