From cf0b111620034fc12d2062a8c68f95071acc5bf6 Mon Sep 17 00:00:00 2001 From: Pavel Kalian Date: Mon, 17 Jun 2024 20:20:42 -0300 Subject: [PATCH] Update pathman installation method --- buildwin/win_deps.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildwin/win_deps.bat b/buildwin/win_deps.bat index 992553a..9711dc4 100644 --- a/buildwin/win_deps.bat +++ b/buildwin/win_deps.bat @@ -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