From 529d2a9aef04cfe07b9e15df5accc39670757f85 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 15:37:57 +0200 Subject: [PATCH] Install GOG Galaxy first --- scripts/Windows/Collections/Personal.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index c47804fb..97d8e470 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -42,7 +42,8 @@ function Restore-PersonalApps([Context] $context) { choco install -y --params "/NoDesktopIcon" vscode vscode-insiders; choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium; winget install --scope machine --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"'; - choco install -y epicgameslauncher steam goggalaxy; + choco install -y goggalaxy; + choco install -y epicgameslauncher steam; $context.RemoveDesktopIcon("*Epic Games*"); $context.RemoveDesktopIcon("*Steam*");