Commit 27b7cb

2025-07-06 21:20:51 Tebby Dog: Added oneshot
2-code/bootstrap-script.md ..
@@ 29,6 29,13 @@
curl https://somewebsite.com/bootstrap.sh && sudo chmod +x ./bootstrap.sh && sudo ./bootstrap.sh
```
+ There is also this version that will download and run the script all in one command, this is an even worse idea than the above if you don't trust the source.
+
+ One-shot
+ ```bash
+ curl -sSL https://somewebsite.com/bootstrap.sh | sudo bash
+ ```
+
Bootstrap Script
```bash
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9