Skip to content

Commit

Permalink
Fix module install in util_functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Mar 19, 2020
1 parent ed7e560 commit f7142e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7142e6

Please sign in to comment.