Skip to content

Commit

Permalink
remove magisk mirror dependency
Browse files Browse the repository at this point in the history
on Magisk v27.0 the mirror directory exists, but isn't populated
  • Loading branch information
programminghoch10 committed Feb 23, 2024
1 parent 4c1025f commit 814f11e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions magiskmodule/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ source "$MODPATH"/constants.sh
[ "$BOOTMODE" != "true" ] && abort "Please install this module within the Magisk app."

IFS=$'\n'
SEARCH_ROOT="$(magisk --path)/.magisk/mirror"/
[ ! -d "$SEARCH_ROOT" ] && SEARCH_ROOT=/
SEARCH_ROOT=/

rmi() {
local file="$1"
Expand Down

0 comments on commit 814f11e

Please sign in to comment.