mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
use WEBI_HOST rather than webinstall.dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user