xbin -> bin
This commit is contained in:
parent
af463d0f77
commit
7ebbfb5186
|
@ -20,7 +20,7 @@ function prompt { # text
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z $ROOT ]; then
|
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=$?
|
ROOT=$?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -39,5 +39,5 @@ touch ~/.hushlogin
|
||||||
|
|
||||||
if [ $ROOT == 1 ]; then
|
if [ $ROOT == 1 ]; then
|
||||||
apt install tsu
|
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
|
fi
|
||||||
|
|
Loading…
Reference in a new issue