X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=postgresql%2Finstall.sh;h=325424455fea6f108254cf3fb59ae6f15b854293;hb=31e780afa641bb0b67b8f48e873c53273ea50462;hp=68b2e2b661279816aaea1fa980164f6890e3ea88;hpb=6b6a9d7a1a5824ad807d21714f1649bb9e9f2abe;p=webi-installers%2F.git diff --git a/postgresql/install.sh b/postgresql/install.sh index 68b2e2b..3254244 100644 --- a/postgresql/install.sh +++ b/postgresql/install.sh @@ -6,4 +6,5 @@ # See https://webinstall.dev/postgres echo "'postgresql' is an alias for 'postgres'" -curl -fsSL https://webinstall.dev/postgres@${WEBI_VERSION:-} | bash +WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"} +curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION:-}" | bash