Update README.md

This commit is contained in:
HappyZ 2018-12-10 00:27:25 -06:00 committed by GitHub
parent 63ab753532
commit 2e4dfd38b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Then you can change the bash and let it run "anything" (as long as supported in
* In the bash, `exit 0` means it will reboot, while `exit 1` or any error status will shut down the system.
* Double check your commands. Try them first in diagnosis mode.
* Absolutely do NOT `exit 1` while your script has errors. This will create an infinite loop of "system start -> update via pkg -> shutdown -> restart -> update -> shutdown -> ...". I learned the hard way and there is no way to fix it (soft bricked).
# 0x2 Re-Pack it with your own key