From 7ebbfb5186e8bb58e847e4b5befcc4f61014b711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 8 Aug 2020 11:46:33 +0200 Subject: [PATCH] xbin -> bin --- config/scripts/install-termux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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