Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix keep allow_install_app flag (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored May 6, 2021
1 parent 420da2f commit 8ed167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [ $? -eq 1 ]; then
fi

if [ -f "/data/adb/modules/riru-core/allow_install_app" ]; then
touch $MAGISK_CURRENT_MODULE_PATH/allow_install_app
touch $MODPATH/allow_install_app
ui_print "- Installing app"
extract "$ZIPFILE" "app.apk" "/data/local/tmp"
set_perm "/data/local/tmp/app.apk" 2000 1000 0660
Expand Down

0 comments on commit 8ed167b

Please sign in to comment.