From 768e1cabd1a92d419aaf9a7677c87175c8ef44c9 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 23 Apr 2021 11:08:13 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 60dc0724..543997fe 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -30,10 +30,6 @@ Copy and paste on a PowerShell prompt with elavated privileges and when VSCode i ``` powershell Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) -## Automatic installation by PowerShell - -Execute the commands in sequence: - cinst git --confirm cinst nodejs --confirm --version=10.19.0 cinst vscode --confirm