mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-19 20:19:52 +00:00
4 lines
251 B
PowerShell
4 lines
251 B
PowerShell
echo "'dash-cli@$Env:WEBI_TAG' is an alias for 'dashcore@$Env:WEBI_VERSION'"
|
|
IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }
|
|
curl.exe -fsSL "$Env:WEBI_HOST/dashcore@$Env:WEBI_VERSION" | powershell
|