From 6a300cf11abf0a7ba18bb85be87bd4da5eabdc82 Mon Sep 17 00:00:00 2001 From: Kuranai <90623+kuranai@users.noreply.github.com> Date: Mon, 29 Jul 2019 14:18:11 +0200 Subject: [PATCH] remove deprecated software Both are deprecated and the new versions are allready in this file. See here: * https://chocolatey.org/packages/GitHub * https://chocolatey.org/packages/git-credential-winstore --- scripts/IDEAndTooling.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/IDEAndTooling.ps1 b/scripts/IDEAndTooling.ps1 index a8b8474..8dbf565 100644 --- a/scripts/IDEAndTooling.ps1 +++ b/scripts/IDEAndTooling.ps1 @@ -4,8 +4,6 @@ $toolsList = @( "notepadplusplus.install" "sublimetext3" "git --params '/GitAndUnixToolsOnPath /WindowsTerminal'" - "git-credential-winstore" - "github" "github-desktop" "Git-Credential-Manager-for-Windows" "p4v" @@ -15,4 +13,4 @@ foreach ($tool in $toolsList) { choco install -y $tool Update-SessionEnvironment } -if (Test-PendingReboot) { Invoke-Reboot } \ No newline at end of file +if (Test-PendingReboot) { Invoke-Reboot }