Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
araafroyall authored May 17, 2024
1 parent ecc32a8 commit 4f25cfe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.."

0 comments on commit 4f25cfe

Please sign in to comment.