Files
vim-ale/gnupg/install.sh
2021-11-14 08:18:32 +00:00

11 lines
357 B
Bash

# title: GnuPG (gpg alias)
# homepage: https://webinstall.dev/gpg
# tagline: Alias for https://webinstall.dev/gpg
# alias: gpg
# description: |
# See https://webinstall.dev/gpg
echo "'gnupg@${WEBI_TAG:-stable}' is an alias for 'gpg@${WEBI_VERSION:-}'"
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
curl -fsSL "$WEBI_HOST/gpg@${WEBI_VERSION:-}" | bash