Commit 214fe0

2025-07-06 22:30:58 Tebby Dog: Skip
2-code/bash/bootstrap-script.md ..
@@ 1,5 1,7 @@
# Server-Init-Script
+ Skip the fairy-tale, just give me the code already --> [Click Here](https://teb.codes/2-Code/Docker/Bootstrap-Script#Bootstrap Script)
+
This is a little script I whipped up that I can curl during a fresh server setup—it handles installing the usual set of tools I use across most of my machines.
# WARNING:
@@ 36,7 38,7 @@
curl -sSL https://somewebsite.com/bootstrap.sh | sudo bash
```
- Bootstrap Script
+ # Bootstrap Script
Copy-Pasta below, don't forget to modify the URL for pastey if you use it or eliminate that section from the below to the above comment in the block below.
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