From 4f25cfe36454de425d2d859c2156a4b3a61a1945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AraafRoyall=20=E2=9D=82?= Date: Fri, 17 May 2024 17:52:31 +0530 Subject: [PATCH] Update customize.sh --- customize.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/customize.sh b/customize.sh index 1f79b78..99eae32 100644 --- a/customize.sh +++ b/customize.sh @@ -30,14 +30,16 @@ ui_print "[*] Done..." ui_print "[*] Checking Installation..." if [ -f "$MODPATH/system/build.prop" ]; then ui_print "Sucessfully Installed" + ui_print "[*] Reboot to Use Systemless Build.prop" + +ui_print "[*] All Edits to build.prop will be systemlessly perform , in case of issue just disable or Uninstall this Module" + +ui_print "All Done.." else abort "Something went wrong , Exiting..." fi -ui_print "[*] Reboot to Use Systemless Build.prop" - -ui_print "[*] All Edits to build.prop will be systemlessly perform , in case of issue just disable or Uninstall this Module" ui_print "All Done.."