From fd7d1a3d812f6999a902ffad439e907d1e4855c1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 2 Jul 2023 16:18:58 +0200 Subject: [PATCH] Install game launchers --- scripts/Windows/Collections/Personal.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index e5adbc65..9a4ca6bc 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -40,4 +40,6 @@ function Restore-PersonalApps([Context] $context) { Restore-RetroArch $context; Restore-reWASD $context; Restore-VisualStudio $context; + + choco install -y epicgameslauncher steam goggalaxy; }