Skip to content

Commit

Permalink
Update update-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua committed May 28, 2024
1 parent a5ad48c commit c2faa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Modun/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ZIPFILE=$3

mount /data 2>/dev/null

if [ -f /data/adb/magisk/util_functions.sh ] && [ "$(ls /tmp)" ];then
if [ -f /data/adb/magisk/util_functions.sh ] && [ "$ANDROID_DATA" ];then
. /data/adb/magisk/util_functions.sh
[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk
install_module
Expand Down

0 comments on commit c2faa0a

Please sign in to comment.