mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-01 06:16:38 +00:00
refactor(posix): don't run scripts with bash unnecessarily
This commit is contained in:
@@ -5,7 +5,7 @@ set -u
|
||||
__redirect_alias_postgres() {
|
||||
echo "'postgresql' is an alias for 'postgres'"
|
||||
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
||||
curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION:-}" | bash
|
||||
curl -fsSL "$WEBI_HOST/postgres@${WEBI_VERSION:-}" | sh
|
||||
}
|
||||
|
||||
__redirect_alias_postgres
|
||||
|
||||
Reference in New Issue
Block a user