From a12deba17b7777451e64bac8b8cc12daedc40b03 Mon Sep 17 00:00:00 2001 From: Shawn Gerrard <41809167+shawngerrard@users.noreply.github.com> Date: Thu, 23 Sep 2021 22:48:15 +1200 Subject: [PATCH] Added option to the VcXsrv installer Replaced option -0 with -o to resolve error "cURL (3) Bad Request" --- windows-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-setup.org b/windows-setup.org index a27103a..891733c 100644 --- a/windows-setup.org +++ b/windows-setup.org @@ -89,7 +89,7 @@ The x server I've found to be rock solid for this purpose is [[https://sourcefor #+NAME: Download and install VcXsrv #+BEGIN_SRC shell # Download the vcxsrv installer -powershell.exe curl.exe -L -0 $env:TEMP\installer.exe https://sourceforge.net/projects/vcxsrv/files/latest/download +powershell.exe curl.exe -L -o $env:TEMP\installer.exe https://sourceforge.net/projects/vcxsrv/files/latest/download # Install vcxsrv powershell.exe $env:TEMP\installer.exe