Commit f7142e69 authored by topjohnwu's avatar topjohnwu

Fix module install in util_functions.sh

parent ed7e5608
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment