From 6ba9113c10b07c7a5a7d259a839b4b7aae268a73 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 27 Jul 2023 20:32:38 +0200 Subject: [PATCH] Remove duplicate installation --- scripts/Windows/Collections/Personal.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 1e439491..c1bda5d5 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -169,8 +169,7 @@ function Restore-PersonalApps([Context] $context) { choco install -y ` epicgameslauncher ` steam ` - origin ` - ea-app; + origin; $context.RemoveDesktopIcon("*Ubisoft Connect*"); $context.RemoveDesktopIcon("*Epic Games*");