Files
vim-ale/postgresql/install.sh
2021-11-21 10:50:03 +00:00

12 lines
376 B
Bash

#!/bin/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