[3.4] Update installation URLs for Homebrew and Chocolatey (#5776) (#6041)

Co-authored-by: Jakub Kuczys <me@jacken.men>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2023-04-19 23:04:51 +02:00
committed by GitHub
parent 20dfe8ad7d
commit b9ff4e9b96
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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