From 926d7474a03f89def545d8881faa3dc47e836893 Mon Sep 17 00:00:00 2001 From: backslashxx <118538522+backslashxx@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:53:28 +0800 Subject: [PATCH] scrtips/action: add /dev as tmpfs option to support APatch .litemode_enable and MKSU .notmpfs --- module/action.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/module/action.sh b/module/action.sh index d5d9659..a17e23a 100644 --- a/module/action.sh +++ b/module/action.sh @@ -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"