From 93f39c4455c297890d9dd6acccf40ba347c49fb8 Mon Sep 17 00:00:00 2001 From: David Pierron Date: Fri, 6 Sep 2024 09:12:53 +0200 Subject: [PATCH] changed URL to install Chocolatey --- environment/index.fr.md | 2 +- environment/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/index.fr.md b/environment/index.fr.md index b0324c0..da9213c 100644 --- a/environment/index.fr.md +++ b/environment/index.fr.md @@ -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) : diff --git a/environment/index.md b/environment/index.md index 24267c7..cba13e8 100644 --- a/environment/index.md +++ b/environment/index.md @@ -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 :