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; }