Remove duplicate installation

This commit is contained in:
Manuel Thalmann 2023-07-27 20:32:38 +02:00
parent 163b9e3e15
commit 600ce25072

View file

@ -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*");