diff --git a/go/install.ps1 b/go/install.ps1 new file mode 100644 index 0000000..4ff8147 --- /dev/null +++ b/go/install.ps1 @@ -0,0 +1,5 @@ +#!/bin/pwsh + +echo "'go@$Env:WEBI_TAG' is an alias for 'golang@$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/golang@$Env:WEBI_VERSION" | powershell \ No newline at end of file