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 `
|
choco install -y `
|
||||||
epicgameslauncher `
|
epicgameslauncher `
|
||||||
steam `
|
steam `
|
||||||
origin `
|
origin;
|
||||||
ea-app;
|
|
||||||
|
|
||||||
$context.RemoveDesktopIcon("*Ubisoft Connect*");
|
$context.RemoveDesktopIcon("*Ubisoft Connect*");
|
||||||
$context.RemoveDesktopIcon("*Epic Games*");
|
$context.RemoveDesktopIcon("*Epic Games*");
|
||||||
|
|
Loading…
Reference in a new issue