Replaced all instances of webi.ps1 with webi-pwsh.ps1
[webi-installers/.git] / _webi / bootstrap.ps1
index 0060fab4097432f625efd8406adff1041db281df..ace4f3a7a388d931e21f305b35b629ba09c48e56 100644 (file)
@@ -1,6 +1,6 @@
 # Download the latest webi, then install {{ exename }}
 New-Item -Path .local\bin -ItemType Directory -Force
 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"
+curl.exe -s -A "windows" "$Env:WEBI_HOST/packages/_webi/webi-pwsh.ps1" -o "$Env:USERPROFILE\.local\bin\webi-pwsh.ps1"
 Set-ExecutionPolicy -Scope Process Bypass
-& "$Env:USERPROFILE\.local\bin\webi.ps1" "{{ exename }}"
+& "$Env:USERPROFILE\.local\bin\webi-pwsh.ps1" "{{ exename }}"