mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 09:50:19 +00:00
10 lines
325 B
Bash
10 lines
325 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'"
|
|
curl -fsSL https://webinstall.dev/postgres@${WEBI_VERSION:-} | bash
|