feature: add gpg (GnuPG)
[webi-installers/.git] / gnupg / install.sh
diff --git a/gnupg/install.sh b/gnupg/install.sh
new file mode 100644 (file)
index 0000000..8f4595b
--- /dev/null
@@ -0,0 +1,10 @@
+# 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