ref(postgres): update aliases

This commit is contained in:
AJ ONeal
2024-10-12 02:11:20 +00:00
parent 500b69e70c
commit 8f436dcedd

View File

@@ -4,7 +4,8 @@ set -u
__redirect_alias_postgres() {
echo "'postgresql' is an alias for 'postgres'"
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
sleep 2.5
WEBI_HOST=${WEBI_HOST:-"https://webi.sh"}
curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION-}" | sh
}