fix
This commit is contained in:
parent
2d3d61836c
commit
a1425059cf
1 changed files with 2 additions and 2 deletions
4
link.sh
4
link.sh
|
@ -7,5 +7,5 @@ if [ -f /system/xbin/$BEFEHL ]; then
|
||||||
rm /system/xbin/$BEFEHL
|
rm /system/xbin/$BEFEHL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mount -o rw,remount /system
|
#mount -o rw,remount /system
|
||||||
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /sbin/
|
||||||
|
|
Loading…
Reference in a new issue