Skip to content

Commit

Permalink
Update pathman installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Jun 17, 2024
1 parent 277d367 commit cf0b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildwin/win_deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
::
if not exist "%HomeDrive%%HomePath%\.local\bin\pathman.exe" (
pushd "%HomeDrive%%HomePath%"
curl.exe -sA "MS" https://webinstall.dev/pathman | powershell
curl.exe https://webi.ms/pathman | powershell
popd
)
pathman list > nul 2>&1
Expand Down

0 comments on commit cf0b111

Please sign in to comment.