diff --git a/CommonInstaller b/CommonInstaller index 3deb8fc..4e3b2e7 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -303,7 +303,7 @@ nanodroid_finalize () { else ui_print " << without /system applications override" fi - fi + esac if [ "${MODE}" = "MAGISK" ]; then magisk_install_finish @@ -789,7 +789,7 @@ install_shell_utils () { ui_print " << with Shell Utilities" # architecture dependend stuff - for binary in col colcrt colrm column findfs findmnt + for binary in col colcrt colrm column findfs findmnt \ hexdump lessecho lesskey look lsblk lscpu lsipc \ lslocks lsns ncal setterm unzip whereis; do nanodroid_install_file xbin/${binary}.${BIN_ARCH} bin diff --git a/data/build-package.update b/data/build-package.update index 86f2288..9dda10f 100644 --- a/data/build-package.update +++ b/data/build-package.update @@ -73,7 +73,7 @@ update_apps () { # plain URL #grab_apk_from_url ${nlx_OPENLAUNCHER[@]} grab_apk_from_url ${nlx_MPV[@]} - grab_apk_from_url ${nlx_BUCKET{@}] + grab_apk_from_url ${nlx_BUCKET[@]} # GitHub grab_apk_from_github ${gh_K9MAIL[@]}