Is there an Apt package available to install SOPS? #960
-
|
Beta Was this translation helpful? Give feedback.
Answered by
felixfontein
Nov 16, 2021
Replies: 2 comments
-
Check out https://github.com/mozilla/sops/releases/tag/v3.7.1, it comes with a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kenorb
-
For posterity, with 3.8.1:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out https://github.com/mozilla/sops/releases/tag/v3.7.1, it comes with a
.deb
file. That's something you can install on Debian and friends withdpkg -i /path/to/.deb
.