Remove duplicate installation
This commit is contained in:
parent
163b9e3e15
commit
600ce25072
1 changed files with 1 additions and 2 deletions
|
@ -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*");
|
||||
|
|
Loading…
Reference in a new issue