From 9e77d57b8ccbbd4e311b217b8488718ded651c53 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 14 Aug 2024 18:46:42 +0200 Subject: [PATCH] Fix potential CRC errors --- scripts/Windows/OS/Install.ps1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index f7711906..985edd2a 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -415,16 +415,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;