X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fbootstrap.ps1;h=b6ebd84e6bec1b420bf6f9ecd24b26a68bbeb17a;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=ace4f3a7a388d931e21f305b35b629ba09c48e56;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index ace4f3a..b6ebd84 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -1,5 +1,5 @@ # Download the latest webi, then install {{ exename }} -New-Item -Path .local\bin -ItemType Directory -Force +New-Item -Path .local\bin -ItemType Directory -Force | out-null 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-pwsh.ps1" -o "$Env:USERPROFILE\.local\bin\webi-pwsh.ps1" Set-ExecutionPolicy -Scope Process Bypass