This commit is contained in:
Simon Larsen 2022-11-09 19:20:42 +00:00
parent 79dd6a5a42
commit d9202d88c7
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -132,7 +132,7 @@ if [[ ! $(which gomplate) ]]; then
ARCHITECTURE="arm64"
fi
sudo curl -o /usr/local/bin/gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/download/3.11.3/gomplate_$(uname -s)-$ARCHITECTURE
sudo curl -o /usr/local/bin/gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/download/v3.11.3/gomplate_$(uname -s)-$ARCHITECTURE
sudo chmod 755 /usr/local/bin/gomplate
fi