X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fbootstrap.ps1;h=f707248442f93e7d63bd1e2397117f2044edeaa1;hb=e2ade2382b346024c0f74092263230b488bf80e4;hp=8e7687ffa3537765a7110bea82ceb332eccea468;hpb=1b521fc4079e7f0b4ba0821757d6e3f3c2bbbd49;p=webi-installers%2F.git diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index 8e7687f..f707248 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -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\a b\webi.ps1" "{{ exename }}" +& "$Env:USERPROFILE\.local\bin\webi.ps1" "{{ exename }}"