Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DanielKotik/4080b96bda8b1fdbb0c038f4efff4fb1 to your computer and use it in GitHub Desktop.

Select an option

Save DanielKotik/4080b96bda8b1fdbb0c038f4efff4fb1 to your computer and use it in GitHub Desktop.

Revisions

  1. @patrickmslatteryvt patrickmslatteryvt created this gist Feb 15, 2019.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Install/update SOPS to latest on Fedora - https://github.com/mozilla/sops
    echo "[+] Install/upgrade SOPS"
    SOPS_VERSION=$(curl -s https://api.github.com/repos/mozilla/sops/releases/latest | jq .tag_name | tr -d '"')
    dnf install -y https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}-1.x86_64.rpm
    sops --version
    # sops 3.2.0 (latest)