diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 98b458c0..246b89ef 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -418,16 +418,20 @@ $null = New-Module { Install-ChocoPackage ` goggalaxy ` epicgameslauncher ` - steam ` rayman-controlpanel ` ppsspp ` ; Remove-DesktopIcon "*Epic Games*"; - Remove-DesktopIcon "*Steam*"; Remove-DesktopIcon "*PPSSPP *-Bit*"; - Install-ChocoPackage ubisoft-connect -ArgumentList "--ignore-checksums"; + Install-ChocoPackage ` + steam ` + ubisoft-connect ` + -ArgumentList "--ignore-checksums" ` + ; + + Remove-DesktopIcon "*Steam*"; Remove-DesktopIcon "*Ubisoft Connect*"; Install-WingetPackage ElectronicArts.EADesktop;