From cca7c766b908eac0bfbad862675533a24866eaf1 Mon Sep 17 00:00:00 2001 From: ColinK_ Date: Fri, 28 Oct 2022 19:03:21 -0400 Subject: [PATCH] f --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fec1640..7ee6c28 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Generic server bootstrap to get some of the most basic utilities installed that ## Usage ```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. @@ -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. ```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 ```