diff --git a/postgresql/install.sh b/postgresql/install.sh index 0855be1..3ea8343 100644 --- a/postgresql/install.sh +++ b/postgresql/install.sh @@ -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 }