posts/install-mozilla-sops/ #218
Replies: 2 comments 1 reply
-
Minor update:The URL "https://api.github.com/repos/mozilla/sops/releases/latest" is now redirected. Therefore, you should use the following command to fetch the latest version of SOPS: SOPS_LATEST_VERSION=$(curl -Ls "https://api.github.com/repos/mozilla/sops/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') Note the use of "-Ls" in the command for following redirects and displaying only error messages. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems that sops repository as moved from /mozilla/sops to /getsops/sops & download path is also slightly different... Updated first commands are: SOPS_LATEST_VERSION=$(curl -s "https://api.github.com/repos/getsops/sops/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') curl -Lo sops.deb "https://github.com/getsops/sops/releases/download/v${SOPS_LATEST_VERSION}/sops_${SOPS_LATEST_VERSION}_amd64.deb" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
posts/install-mozilla-sops/
What is Mozilla SOPS?
https://technotim.live/posts/install-mozilla-sops/
Beta Was this translation helpful? Give feedback.
All reactions