mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
refactor(posix): don't run scripts with bash unnecessarily
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ set -u
|
||||
__redirect_alias_python() {
|
||||
echo "'python@${WEBI_TAG:-stable}' is an alias for 'python@${WEBI_VERSION:-}'"
|
||||
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
||||
curl -fsSL "$WEBI_HOST/python@${WEBI_VERSION:-}" | bash
|
||||
curl -fsSL "$WEBI_HOST/python@${WEBI_VERSION:-}" | sh
|
||||
}
|
||||
|
||||
__redirect_alias_python
|
||||
|
||||
Reference in New Issue
Block a user