Move secrets to subfolder

This commit is contained in:
2025-10-21 21:47:05 +11:00
parent fd7fdd00f3
commit c473ef68fd
5 changed files with 2 additions and 2 deletions

View 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