mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
the column utility is no longer needed
This commit is contained in:
parent
2e21b544f3
commit
55808b678b
@ -1270,7 +1270,6 @@ install_nanodroidscripts () {
|
||||
nanodroid_install_file xbin/${script} bin
|
||||
done
|
||||
|
||||
nanodroid_install_file xbin/column.${BIN_ARCH} bin
|
||||
nanodroid_substitute xbin/nanodroid-overlay
|
||||
|
||||
if [ "${MODE}" = "MAGISK" ]; then
|
||||
|
Binary file not shown.
Binary file not shown.
@ -71,7 +71,7 @@ nanodroid_fdroid=1
|
||||
# see: https://gitlab.com/Nanolx/NanoDroid/-/blob/master/doc/Applications.md
|
||||
nanodroid_apps=1
|
||||
|
||||
# nanodroid_overlay: whether to utilize NanoDroid-Overlay (the column shell util is included)
|
||||
# nanodroid_overlay: whether to utilize NanoDroid-Overlay
|
||||
# supported packages: Full, microG
|
||||
# for more information: https://gitlab.com/Nanolx/NanoDroid/-/blob/master/doc/NanoDroidOverlay.md
|
||||
# supported values:
|
||||
|
@ -96,8 +96,6 @@ NanoDroid includes GNU Bash shell.
|
||||
|
||||
The [> less](http://www.greenwoodsoftware.com/less/) Pager will be installed alongside.
|
||||
|
||||
The `column` utility from [> bsdmainutils Launchpad](https://launchpad.net/ubuntu/+source/bsdmainutils) is included to beautify the output of the `nanodroid-overlay` script.
|
||||
|
||||
## microG
|
||||
|
||||
microG is an Open Source replacement for Google Services, full details can be found at the microG homepage [> Website](http://microg.org/)
|
||||
|
Loading…
Reference in New Issue
Block a user