From df95495f8ff6f59318e5741a330368f321791f4e Mon Sep 17 00:00:00 2001 From: Russell Reynolds <129880470+sosRR@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:38:44 -0600 Subject: [PATCH] Update vendorsetup.sh removed splash modification --- vendorsetup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendorsetup.sh b/vendorsetup.sh index 4470041..83c5312 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -21,3 +21,5 @@ ## Use this variable if you are searching for the zip file # export FOX_USE_SPECIFIC_MAGISK_ZIP=$("ls" ~/Magisk/Magisk-v26.4.zip) export OF_USE_LATEST_MAGISK=1 +# Remove splash modification ability to prevent catastrophic bootloop + export OF_NO_SPLASH_CHANGE=1