From 89f6557814d13b92925dcdf4528583fe8bed3f9e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 8 Sep 2025 23:18:12 +0200 Subject: [PATCH] Added /data/root/bin to the PATH in su.sh. --- bin/su.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/su.sh b/bin/su.sh index e80d12d0..b29c6c11 100755 --- a/bin/su.sh +++ b/bin/su.sh @@ -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"