12 lines
254 B
Bash
Raw Normal View History

2016-10-03 04:34:50 +08:00
#!/system/bin/sh
mount -o rw,remount rootfs /
mkdir /su 2>/dev/null
mount -o ro,remount rootfs /
2016-10-03 11:01:24 +08:00
chmod 755 /magisk/zzsupersu/launch_daemonsu.sh
/magisk/zzsupersu/launch_daemonsu.sh post-fs-data
2016-10-03 04:34:50 +08:00
rm -rf /magisk/.core/bin
ln -s /su/bin /magisk/.core/bin