Added /data/root/bin to the PATH in su.sh.
This commit is contained in:
parent
1fef2559c7
commit
89f6557814
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
||||||
# Do I need/want /system/bin in $PATH?
|
# Do I need/want /system/bin in $PATH?
|
||||||
|
|
||||||
su -c "HOME=/data/root \
|
su -c "HOME=/data/root \
|
||||||
PATH=/data/data/com.termux/files/usr/bin:/system/bin \
|
PATH=/data/root/bin:/data/data/com.termux/files/usr/bin:/system/bin \
|
||||||
SHELL=/data/data/com.termux/files/usr/bin/zsh /data/data/com.termux/files/usr/bin/zsh -l && cd /data/root"
|
SHELL=/data/data/com.termux/files/usr/bin/zsh /data/data/com.termux/files/usr/bin/zsh -l && cd /data/root"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue