From 8b77503053c5699854794518257548473769734c Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sat, 12 May 2018 09:31:44 +0200 Subject: [PATCH] Remove GCM installation as it is already part of standard Git installation --- dev_ml_python.ps1 | 1 - dev_web.ps1 | 1 - dev_web_nodejs.ps1 | 1 - 3 files changed, 3 deletions(-) diff --git a/dev_ml_python.ps1 b/dev_ml_python.ps1 index 9866882..c49de48 100644 --- a/dev_ml_python.ps1 +++ b/dev_ml_python.ps1 @@ -15,7 +15,6 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ #--- Git --- choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -choco install -y Git-Credential-Manager-for-Windows #--- Windows Subsystems/Features --- choco install -y Microsoft-Hyper-V-All -source windowsFeatures diff --git a/dev_web.ps1 b/dev_web.ps1 index f09adc2..4a3c1e0 100644 --- a/dev_web.ps1 +++ b/dev_web.ps1 @@ -16,7 +16,6 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ #--- Tools --- choco install -y visualstudiocode choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -choco install -y Git-Credential-Manager-for-Windows choco install -y 7zip.install #--- Windows Subsystems/Features --- diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index a1698d3..a413681 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -16,7 +16,6 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ #--- Tools --- choco install -y visualstudiocode choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -choco install -y Git-Credential-Manager-for-Windows choco install -y 7zip.install #--- Windows Subsystems/Features ---