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