add git and golang for windows, fix some PATH stuff
[webi-installers/.git] / _webi / template.ps1
index 6ebdcd89a55d61c48ee22dbca16ee5a4dcc0b8ba..491e3a544c17bf69fbbaf86b791c8b9c21dffcdf 100644 (file)
@@ -35,7 +35,7 @@ if (!(Test-Path -Path .local\opt))
 
 # Run pathman to set up the folder
 #& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
-& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\bin
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\bin
 
 {{ installer }}