Otterwiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
1-Guides
Authentik-Basic-Setup-Guide
2-Code
Bash
Bootstrap-Script
Fish-Aliases
Mount-Point-Service-Sync
Docker
Docker-Shortcuts
Flash-Container
NV14
Project-F
Stick-RPG
Subway-Surfers
VSCode
K8S
Backup-Pushover-Notification
Home
Stalk-Me
2-Code
Bootstrap-Script
27b7cb
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