Added /data/root/bin to the PATH in su.sh.

This commit is contained in:
Johannes Findeisen 2025-09-08 23:18:12 +02:00
commit 89f6557814

View file

@ -9,6 +9,6 @@
# Do I need/want /system/bin in $PATH?
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"