Fix magisk loading

This commit is contained in:
Nullptr
2023-10-21 13:29:43 +08:00
parent 218659dcbf
commit 8a80586fb8
7 changed files with 33 additions and 24 deletions

View File

@@ -20,4 +20,5 @@ if [ "$(which magisk)" ]; then
done
fi
sh -c "bin/zygisk-fuse &"
[ "$DEBUG" = true ] && export RUST_BACKTRACE=1
unshare -m sh -c "bin/zygisk-fuse &"