dotfiles/termux/boot/symlink

5 lines
193 B
Plaintext
Raw Normal View History

2017-09-17 18:39:54 +02:00
#!/data/data/com.termux/files/usr/bin/bash
2017-10-07 13:43:31 +02:00
echo "/system/bin/mount -o remount,rw /" | tsu
2017-09-16 19:24:04 +02:00
echo "ln -s /data/data/com.termux/files/usr /usr" | tsu
2017-10-07 13:43:31 +02:00
echo "/system/bin/mount -o remount,ro /" | tsu