Files
vim-ale/postgresql/install.sh
2020-06-16 06:25:31 -06:00

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