From 3e854677275e71bdf58463b62d864ab7ba757711 Mon Sep 17 00:00:00 2001 From: Kris Crawford Date: Sat, 15 Mar 2025 16:08:31 -0400 Subject: [PATCH] Updating install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b366fa0..21b1008 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## To add new host to salt ``` -curl --location --show-error --silent -O https://git.kcrawford.net/kcrawford/saltBootstrap/raw/branch/main/script.sh && echo '68244bbf2cd329708efaeb9bc4028e49ca217239 script.sh' | sha1sum --check --status && sudo bash ./script.sh +curl --location --show-error --silent -O https://git.kcrawford.net/kcrawford/saltBootstrap/raw/branch/main/script.sh && echo '5afed7bd0e5711215914dacc33c4998d41e48abf script.sh' | sha1sum --check --status && sudo bash ./script.sh ```