1761206298

This commit is contained in:
2025-10-23 01:58:17 -06:00
parent 92ce1f9df4
commit 6611357a12
+5 -1
View File
@@ -15,9 +15,13 @@ git stash && git pull && git reset --hard && sudo bash setup.sh && bash nuke_me_
``` ```
```bash ```bash
output_log=output.log && error_log=error.log && device=/dev/sda5` output_log=output.log && error_log=error.log && device=/dev/sda5
``` ```
```bash ```bash
output_log=/dev/null && error_log=/dev/null && device=/dev/sda5 output_log=/dev/null && error_log=/dev/null && device=/dev/sda5
```
```bash
git clone https://github.com/PrincessPi3/nuke_me_NOW.git && cd nuke_me_NOW
``` ```