diff --git a/config/scripts/install-termux b/config/scripts/install-termux index f066717..bccac4c 100755 --- a/config/scripts/install-termux +++ b/config/scripts/install-termux @@ -20,7 +20,7 @@ function prompt { # text } if [ -z $ROOT ]; then - prompt "Is this device rooted and BusyBox installed in /system/xbin/?" + prompt "Is this device rooted and BusyBox installed in /system/bin/?" ROOT=$? fi @@ -39,5 +39,5 @@ touch ~/.hushlogin if [ $ROOT == 1 ]; then apt install tsu - echo '/system/xbin/mount -o remount,rw /; ln -s /data/data/com.termux/files/usr /usr; /system/xbin/mount -o remount,ro /' | tsu + echo '/system/bin/mount -o remount,rw /; ln -s /data/data/com.termux/files/usr /usr; /system/bin/mount -o remount,ro /' | tsu fi