refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / postgresql / install.sh
1 #!/bin/bash
2 # title: PostgreSQL (Postgres alias)
3 # homepage: https://webinstall.dev/postgres
4 # tagline: Alias for https://webinstall.dev/postgres
5 # alias: postgres
6 # description: |
7 #   See https://webinstall.dev/postgres
8
9 echo "'postgresql' is an alias for 'postgres'"
10 WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
11 curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION:-}" | bash