X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=postgresql%2Finstall.sh;h=325424455fea6f108254cf3fb59ae6f15b854293;hb=6cb859eeffe708cf75bec7333a8a23be00b7a9e9;hp=68b2e2b661279816aaea1fa980164f6890e3ea88;hpb=ea77982c0a6510744d164b73cebed43e42f77fac;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