This commit is contained in:
Geoffrey Frogeye 2017-10-07 13:43:31 +02:00
parent 9874c9858c
commit 7dc0b690c4
4 changed files with 2 additions and 3 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "dotsync"]
path = dotsync
url = git@github.com:dotphiles/dotsync.git

View file

View file

@ -1,2 +1,4 @@
#!/data/data/com.termux/files/usr/bin/bash
echo "/system/bin/mount -o remount,rw /" | tsu
echo "ln -s /data/data/com.termux/files/usr /usr" | tsu
echo "/system/bin/mount -o remount,ro /" | tsu

View file