mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-02 17:30:18 +00:00
11 lines
364 B
Bash
11 lines
364 B
Bash
# title: PostgreSQL (Postgres alias)
|
|
# homepage: https://webinstall.dev/postgres
|
|
# tagline: Alias for https://webinstall.dev/postgres
|
|
# alias: postgres
|
|
# description: |
|
|
# See https://webinstall.dev/postgres
|
|
|
|
echo "'postgresql' is an alias for 'postgres'"
|
|
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
|
curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION:-}" | bash
|