From 14f142da2bcd4d9518e187a18b8f63eca7153b5c Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Tue, 27 Dec 2022 14:28:34 +0100 Subject: [PATCH] Update installation URLs for Homebrew and Chocolatey (#5776) Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/mac.rst | 2 +- docs/install_guides/windows.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install_guides/mac.rst b/docs/install_guides/mac.rst index 15a3b4384..e2127f61c 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -16,7 +16,7 @@ following, then press Enter: .. prompt:: bash - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" After the installation, install the required packages by pasting the commands and pressing enter, one-by-one: diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index d35a00890..5584154d0 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -30,7 +30,7 @@ Then run each of the following commands: Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 - iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2022-workload-vctools -y choco upgrade python3 -y --version 3.9.9