2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

drop col colcrt colrm look setterm shell utilities

This commit is contained in:
Christopher Roy Bratusek 2020-01-17 22:06:29 +01:00
parent d9b8b8ba86
commit a1c6b3d9c6
12 changed files with 8 additions and 3 deletions

View File

@ -24,6 +24,12 @@
* no longer ship Orbot
* no longer ship GNU Nano Editor
* use 0smosis' GNU Nano flashable zip
* drop the following shel utilities:
* col
* colcrt
* colrm
* look
* setterm
* Patcher
* for SDK 19 - 25 use dexpatcher 1.6.3

View File

@ -1155,9 +1155,8 @@ install_shell_utils () {
ui_print " << with Shell Utilities"
# architecture dependend stuff
for binary in col colcrt colrm column findfs findmnt \
hexdump lessecho lesskey look lsblk lscpu lsipc \
lslocks lsns ncal setterm whereis; do
for binary in column findfs findmnt hexdump lessecho \
lesskey lsblk lscpu lsipc lslocks lsns ncal whereis; do
nanodroid_install_file xbin/${binary}.${BIN_ARCH} bin
done
else ui_print " << without Shell Utilities"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.