From b9ff4e9b965359171ddc4ef0b2b3781805e3db68 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:04:51 +0200 Subject: [PATCH] [3.4] Update installation URLs for Homebrew and Chocolatey (#5776) (#6041) Co-authored-by: Jakub Kuczys 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 1a535c979..c5faf1ff3 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -14,7 +14,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 bd1965e19..3f4224852 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -28,7 +28,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 python39 -y