bash_bootstrap/README.md

9 lines
189 B
Markdown
Raw Normal View History

2025-04-06 11:19:36 +00:00
# bash_bootstrap
2025-04-06 11:21:47 +00:00
First Server Init
Init with
```
2025-06-11 17:21:05 +00:00
wget -qO /tmp/bootstrap.sh https://skulldev.de/kevinheyer/bash_bootstrap/raw/branch/main/bootstrap.sh && sudo bash /tmp/bootstrap.sh
2025-04-06 11:21:47 +00:00
```