Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created September 30, 2022 18:36
Show Gist options
  • Save JonasGroeger/946b84f70f98b6171926842fd3fdc023 to your computer and use it in GitHub Desktop.
Save JonasGroeger/946b84f70f98b6171926842fd3fdc023 to your computer and use it in GitHub Desktop.
Download latest version of SOPS
wget -O /usr/local/bin/sops \
"$(curl -s https://api.github.com/repos/mozilla/sops/releases/latest | jq -r '.assets[] | select(.name | test(".linux.amd64$")) | .browser_download_url')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment