Properly persistent configs
This commit is contained in:
10
2-nomad-config/sops-install.sh
Normal file
10
2-nomad-config/sops-install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
export SOPS_VERSION=v3.10.2
|
||||
|
||||
# Download the binary
|
||||
curl -LO https://github.com/getsops/sops/releases/download/$SOPS_VERSION/sops-$SOPS_VERSION.linux.amd64
|
||||
|
||||
# Move the binary in to your PATH
|
||||
sudo mv sops-$SOPS_VERSION.linux.amd64 /usr/local/bin/sops
|
||||
|
||||
# Make the binary executable
|
||||
sudo chmod +x /usr/local/bin/sops
|
||||
Reference in New Issue
Block a user