It's a type of Planche
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
275B

  1. #!/usr/bin/env bash
  2. # De-ASCII Armor GPG key
  3. # https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart
  4. # e.g.
  5. # curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
  6. cat $1 | gpg --dearmor