mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-02-23 06:38:49 +08:00
scrtips/action: add /dev as tmpfs option
to support APatch .litemode_enable and MKSU .notmpfs
This commit is contained in:
parent
6c42fa08a9
commit
926d7474a0
@ -55,6 +55,7 @@ set_random_beta() {
|
||||
TEMPDIR="$MODDIR/temp" #fallback
|
||||
[ -w /sbin ] && TEMPDIR="/sbin/playintegrityfix"
|
||||
[ -w /debug_ramdisk ] && TEMPDIR="/debug_ramdisk/playintegrityfix"
|
||||
[ -w /dev ] && TEMPDIR="/dev/playintegrityfix"
|
||||
mkdir -p "$TEMPDIR"
|
||||
cd "$TEMPDIR"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user