From a4b68088e2092dcc5ce9565d4ea61e703d5adb33 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 6 Feb 2024 01:22:06 +0100 Subject: [PATCH] Remove duplicate restoration steps --- scripts/Windows/Collections/Personal.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 84a4eebe..27b7cba4 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -110,12 +110,6 @@ function Restore-PersonalApps([Context] $context) { $context.RemoveDesktopIcon("Docker*"); - choco install -y ` - python ` - visualstudio2019-workload-vctools; - - . "$PSScriptRoot/../Software/NVS/Install.ps1"; - # Gaming choco install -y goggalaxy;