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

improved GNU Bash build with changed default paths (see ChangeLog)

This commit is contained in:
Christopher Roy Bratusek 2020-08-25 21:35:25 +02:00
parent bad028dc56
commit f809cdabf6
4 changed files with 14 additions and 5 deletions

View File

@ -65,6 +65,14 @@ for the Patcher is of course still supported and will be done if Magisk wasn't f
* Full Package * Full Package
* switch from `Oandbackup` to `OAndBackupX` * switch from `Oandbackup` to `OAndBackupX`
* changes to the GNU Bash shell included:
* include patches from Debian GNU/Linux
* set default `PATH` to `/sbin:/system/sbin:/product/bin:/product/xbin:/apex/com.android.runtime/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin:.`
* set `DEFAULT_UTILS_PATH` to `/sbin:/system/sbin:/product/bin:/product/xbin:/apex/com.android.runtime/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin:/etc:/apex/com.android.runtime/etc:/system/etc`
* set `SYS_BASHRC` to `/system/etc/bashrc`
* set `SYS_BASH_LOGOUT` to `/system/etc/bash_logout`
* set `SYS_PROFILE` to `/data/adb/bash_profile`
* set `DEFAULT_BASHRC` to `/data/adb/bashrc`
* Full, microG package * Full, microG package
* setup variable `nanodroid_play` has new value `30` which will install both Play Store and Aurora Store * setup variable `nanodroid_play` has new value `30` which will install both Play Store and Aurora Store
@ -115,7 +123,7 @@ for the Patcher is of course still supported and will be done if Magisk wasn't f
* Aurora Droid (1.0.6) * Aurora Droid (1.0.6)
* Aurora Services (1.0.6) * Aurora Services (1.0.6)
* Aurora Store (3.2.9) * Aurora Store (3.2.9)
* Bromite System WebView (84.0.4147.132) * Bromite System WebView (85.0.4183.82)
* F-Droid (1.10-alpha0) * F-Droid (1.10-alpha0)
* Frost (2.4.5) * Frost (2.4.5)
* K-9 Mail (5.717) * K-9 Mail (5.717)
@ -125,9 +133,9 @@ for the Patcher is of course still supported and will be done if Magisk wasn't f
* Odyssey (1.1.19) * Odyssey (1.1.19)
* Open Camera (1.48.2) * Open Camera (1.48.2)
* OpenLauncher (0.7.3) * OpenLauncher (0.7.3)
* OpenVPN (0.7.15) * OpenVPN (0.7.17a)
* OsmAnd+ (3.7.4) * OsmAnd+ (3.7.4)
* Privacy Browser (3.4.1) * Privacy Browser (3.5)
* Simple Calendar (6.10.0) * Simple Calendar (6.10.0)
* Simple Gallery (6.15.2) * Simple Gallery (6.15.2)
* SmartPack Kernel Manager (12.8) * SmartPack Kernel Manager (12.8)
@ -136,8 +144,9 @@ for the Patcher is of course still supported and will be done if Magisk wasn't f
* Twidere (4.1.4) * Twidere (4.1.4)
* manual * manual
* GNU Bash (5.1~alpha1)
* Google Play (20.9.20) * Google Play (20.9.20)
* MPV (20200728-nightly) * MPV (20200825-nightly)
* tools * tools
* sqlite3 (3330000) * sqlite3 (3330000)

View File

@ -40,7 +40,7 @@ whi="\[\033[01;38;5;7m\]"
export HOSTNAME=$(getprop ro.product.device) export HOSTNAME=$(getprop ro.product.device)
export PS1="${whi}[ ${blu}\$(whoami) ${whi}@ ${red}${HOSTNAME} ${whi}: ${gre}\w ${whi}] " export PS1="${whi}[ ${blu}\$(whoami) ${whi}@ ${red}${HOSTNAME} ${whi}: ${gre}\w ${whi}] "
resize >/dev/null resize &>/dev/null
clear clear
cd ${HOME} cd ${HOME}

Binary file not shown.

Binary file not shown.