X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ripgrep%2Finstall.sh;h=59b5ea753619ebbde669725b744f371063f63dc0;hb=6cb859eeffe708cf75bec7333a8a23be00b7a9e9;hp=1805ebb2617382fc35881e0e0f09b6c921010067;hpb=ea77982c0a6510744d164b73cebed43e42f77fac;p=webi-installers%2F.git diff --git a/ripgrep/install.sh b/ripgrep/install.sh index 1805ebb..59b5ea7 100644 --- a/ripgrep/install.sh +++ b/ripgrep/install.sh @@ -6,4 +6,5 @@ # See https://webinstall.dev/rg echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)" -curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash +WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"} +curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION:-}" | bash