You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Fix ROM injection app replacement when using KernelSU
This commit is contained in:
@@ -20,8 +20,10 @@ for APP in $(grep -v '^#' $LIST); do
|
||||
/system/*) HIDEDIR=$MODDIR/$APP;;
|
||||
*) HIDEDIR=$MODDIR/system/$APP;;
|
||||
esac
|
||||
if [ ! -f "$HIDEDIR/.replace" ]; then
|
||||
mkdir -p $HIDEDIR
|
||||
mkdir -p $HIDEDIR
|
||||
if [ "$KSU" == "true" ]; then
|
||||
setfattr -n trusted.overlay.opaque -v y $HIDEDIR
|
||||
else
|
||||
touch $HIDEDIR/.replace
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user