mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
chore: update shfmt
This commit is contained in:
@@ -3,9 +3,9 @@ set -e
|
||||
set -u
|
||||
|
||||
__redirect_alias_rg() {
|
||||
echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
|
||||
echo "'ripgrep@${WEBI_TAG-}' (project) is an alias for 'rg@${WEBI_VERSION-}' (command)"
|
||||
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
||||
curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION:-}" | sh
|
||||
curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION-}" | sh
|
||||
}
|
||||
|
||||
__redirect_alias_rg
|
||||
|
||||
Reference in New Issue
Block a user