typo fixes

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 6032388076
commit 55a1a93a3c

@ -303,7 +303,7 @@ nanodroid_finalize () {
else else
ui_print " << without /system applications override" ui_print " << without /system applications override"
fi fi
fi esac
if [ "${MODE}" = "MAGISK" ]; then if [ "${MODE}" = "MAGISK" ]; then
magisk_install_finish magisk_install_finish
@ -789,7 +789,7 @@ install_shell_utils () {
ui_print " << with Shell Utilities" ui_print " << with Shell Utilities"
# architecture dependend stuff # 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 \ hexdump lessecho lesskey look lsblk lscpu lsipc \
lslocks lsns ncal setterm unzip whereis; do lslocks lsns ncal setterm unzip whereis; do
nanodroid_install_file xbin/${binary}.${BIN_ARCH} bin nanodroid_install_file xbin/${binary}.${BIN_ARCH} bin

@ -73,7 +73,7 @@ update_apps () {
# plain URL # plain URL
#grab_apk_from_url ${nlx_OPENLAUNCHER[@]} #grab_apk_from_url ${nlx_OPENLAUNCHER[@]}
grab_apk_from_url ${nlx_MPV[@]} grab_apk_from_url ${nlx_MPV[@]}
grab_apk_from_url ${nlx_BUCKET{@}] grab_apk_from_url ${nlx_BUCKET[@]}
# GitHub # GitHub
grab_apk_from_github ${gh_K9MAIL[@]} grab_apk_from_github ${gh_K9MAIL[@]}

Loading…
Cancel
Save