add git and golang for windows, fix some PATH stuff

This commit is contained in:
AJ ONeal
2020-07-04 06:57:53 +00:00
parent 4b52c1ba76
commit 85a231cc55
11 changed files with 259 additions and 3 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ Copy-Item -Path "$Env:USERPROFILE\.local\opt\$Env:PKG_NAME-v$Env:WEBI_VERSION" -
& .\.local\opt\node\npm.cmd --scripts-prepend-node-path=true config set scripts-prepend-node-path true
# Add to path
& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\opt\node
& "$Env:USERPROFILE\.local\bin\pathman.exe" add '%USERPROFILE\.local\opt\node'