mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
chore: update shfmt
This commit is contained in:
@@ -4,9 +4,9 @@ set -e
|
||||
set -u
|
||||
|
||||
__redirect_alias_python() {
|
||||
echo "'python@${WEBI_TAG:-stable}' is an alias for 'python@${WEBI_VERSION:-}'"
|
||||
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:-}" | sh
|
||||
curl -fsSL "$WEBI_HOST/python@${WEBI_VERSION-}" | sh
|
||||
}
|
||||
|
||||
__redirect_alias_python
|
||||
|
||||
Reference in New Issue
Block a user