From 516d5caa88e8da997b58bf672a1b577e15050094 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 Jul 2023 22:25:05 +0200 Subject: [PATCH] Install Firefox before anything else --- scripts/Windows/Collections/Personal.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 90fc313e..c57d8612 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -28,6 +28,7 @@ function Backup-PersonalApps([Context] $context) { function Restore-PersonalApps([Context] $context) { choco feature enable -n useEnhancedExitCodes; + choco install -y firefox; Restore-Nextcloud $context; Restore-Git $context; Restore-LogitechGHUB $context;