mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Fix module install in util_functions.sh
This commit is contained in:
parent
ed7e560849
commit
f7142e69b6
@ -629,6 +629,9 @@ is_legacy_script() {
|
||||
install_module() {
|
||||
local PERSISTDIR=/sbin/.magisk/mirror/persist
|
||||
|
||||
rm -rf $TMPDIR
|
||||
mkdir -p $TMPDIR
|
||||
|
||||
setup_flashable
|
||||
mount_partitions
|
||||
api_level_arch_detect
|
||||
|
Loading…
Reference in New Issue
Block a user