fix
This commit is contained in:
parent
02cd069bea
commit
367bfe52d4
1 changed files with 5 additions and 0 deletions
5
link.sh
5
link.sh
|
@ -2,5 +2,10 @@
|
|||
|
||||
BEFEHL=$1
|
||||
|
||||
if [ -f /system/xbin/$BEFEHL ]; then
|
||||
echo "Überschreibe /system/xbin/$BEFEHL"
|
||||
rm /system/xbin/$BEFEHL
|
||||
fi
|
||||
|
||||
mount -o rw,remount /system
|
||||
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
||||
|
|
Loading…
Reference in a new issue