This commit is contained in:
ColinK_ 2022-10-28 19:03:21 -04:00
parent b8fbb33f66
commit cca7c766b9
No known key found for this signature in database
GPG Key ID: 4AAD22F8C49A5E9B
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Generic server bootstrap to get some of the most basic utilities installed that
## Usage ## Usage
```bash ```bash
#!/usr/bin/env bash #!/usr/bin/env bash
## source <(curl -s https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/bootstrap-scripts/raw/branch/main/strap.sh) defaults-bootstrap ## source <(curl -s https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/colin_/bootstrap-scripts/raw/branch/main/strap.sh) defaults-bootstrap
``` ```
Copy the above into any server post install scripts box and it should get things going pretty quickly. Copy the above into any server post install scripts box and it should get things going pretty quickly.
@ -13,5 +13,5 @@ Copy the above into any server post install scripts box and it should get things
For example if you wanted to deploy to ovh you would use the following example. For example if you wanted to deploy to ovh you would use the following example.
```bash ```bash
#!/usr/bin/env bash #!/usr/bin/env bash
source <(curl -s https://imp-bootstap:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/bootstrap-scripts/raw/branch/main/strap.sh) bootstrap ovh gluster nosalt source <(curl -s https://imp-bootstap:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/colin_/bootstrap-scripts/raw/branch/main/strap.sh) bootstrap ovh gluster nosalt
``` ```