mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
use WEBI_HOST rather than webinstall.dev
This commit is contained in:
+2
-1
@@ -6,4 +6,5 @@
|
||||
# See https://webinstall.dev/rustlang
|
||||
|
||||
echo "'rust' is an alias for 'rustlang'"
|
||||
curl -fsSL https://webinstall.dev/rustlang@${WEBI_VERSION:-} | bash
|
||||
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
||||
curl -fsSL "$WEBI_HOST/rustlang@${WEBI_VERSION:-}" | bash
|
||||
|
||||
Reference in New Issue
Block a user