Skip to content

Commit

Permalink
changed URL to install Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
davidp57 committed Sep 6, 2024
1 parent 8cd213a commit 93f39c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Ces outils nécessaires peuvent être installés facilement en utilisant *Chocol

Pour installer Chocolatey, lancez cette commande dans une fenêtre Powershell (en mode administrateur) :

`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'))`
`Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`

Une fois que *Chocolatey* est installé, vous pouvez installer les outils à l'aide de ces simples commandes dans une fenêtre *cmd* (en mode administrateur) :

Expand Down
2 changes: 1 addition & 1 deletion environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The required tools can easily be installed using *Chocolatey* (see [here](https:

To install Chocolatey, use this command in an elevated (admin) Powershell prompt:

`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'))`
`Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`

After *Chocolatey* is installed, use these simple commands in a command prompt to install the required tools :

Expand Down

0 comments on commit 93f39c4

Please sign in to comment.