| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages | |||
| 39 | 39 | echo being installed and their dependencies prior to installation: | |
| 40 | 40 | echo - https://chocolatey.org/packages/chocolatey | |
| 41 | 41 | echo - https://chocolatey.org/packages/python | |
| 42 | - echo - https://chocolatey.org/packages/visualstudio2022-workload-vctools | ||
| 42 | + echo - https://chocolatey.org/packages/visualstudio2026-workload-vctools | ||
| 43 | 43 | echo. | |
| 44 | 44 | echo This script is provided AS-IS without any warranties of any kind | |
| 45 | 45 | echo ---------------------------------------------------------------- | |
@@ -61,6 +61,6 @@ cls | |||
| 61 | 61 | -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^ | |
| 62 | 62 | [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^ | |
| 63 | 63 | iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^ | |
| 64 | - choco upgrade -y python visualstudio2022-workload-vctools; ^ | ||
| 64 | + choco upgrade -y python visualstudio2026-workload-vctools; ^ | ||
| 65 | 65 | Read-Host ''Type ENTER to exit'' ' ^ | |
| 66 | 66 | -Verb RunAs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments