projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b521fc
)
Fix testing path in boostrap.ps1
author
Jon Kunkee
<jonathan.kunkee@gmail.com>
Sat, 4 Jul 2020 22:57:23 +0000
(15:57 -0700)
committer
Jon Kunkee
<jonathan.kunkee@gmail.com>
Sat, 4 Jul 2020 22:57:23 +0000
(15:57 -0700)
_webi/bootstrap.ps1
patch
|
blob
|
history
diff --git
a/_webi/bootstrap.ps1
b/_webi/bootstrap.ps1
index 8e7687ffa3537765a7110bea82ceb332eccea468..bc283b07cbfb74db3bda9172525f5bc4ecb1561a 100644
(file)
--- 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" "foo
"