win: bugfix Env:WEBI_HOST in webi.ps1
[webi-installers/.git] / _webi / template.ps1
index 1ccc5c6c7b1d92aa6fbd509eb7fb233c0b163dd7..dc0699db33b0b9d65be92508d213991013a07941 100644 (file)
@@ -31,6 +31,9 @@ if (!(Test-Path -Path .local\opt))
 # {{ baseurl }}
 # {{ version }}
 
+# Run pathman to set up the folder
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"
+
 {{ installer }}
 
 # Done