1761203031

This commit is contained in:
2025-10-23 01:03:50 -06:00
parent 1d1e470caa
commit b17c47f3ed
+7
View File
@@ -8,4 +8,11 @@ sudo bash setup.sh && bash nuke_me_NOW.sh
```bash ```bash
git stash && git pull && git reset --hard && sudo bash setup.sh && bash nuke_me_NOW.sh git stash && git pull && git reset --hard && sudo bash setup.sh && bash nuke_me_NOW.sh
```
```bash
output_log=output.log && error_log=error.log && device=/dev/sda5`
```
```bash
output_log=/dev/null && error_log=/dev/null && device=/dev/sda5
``` ```