Drop testing string from install.ps1

Sorry about this mess.
This commit is contained in:
Jon Kunkee
2020-07-04 15:58:49 -07:00
parent 636df87b89
commit d3e7b2bd73

View File

@@ -3,4 +3,4 @@ IF (!(Test-Path -Path .local\bin)) { New-Item -Path .local\bin -ItemType Directo
IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }
curl.exe -s -A "windows" "$Env:WEBI_HOST/packages/_webi/webi.ps1" -o "$Env:USERPROFILE\.local\bin\webi.ps1"
Set-ExecutionPolicy -Scope Process Bypass
& "$Env:USERPROFILE\.local\bin\webi.ps1" "foo"
& "$Env:USERPROFILE\.local\bin\webi.ps1" "{{ exename }}"