From 9e1f872a662c9e06b5e232978ed4ae7a62bfbd66 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 13 Jul 2023 19:03:52 +0200 Subject: [PATCH] Install Firefox before nextcloud --- scripts/Windows/Collections/Personal.ps1 | 1 - scripts/Windows/OS/Manage.ps1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index d21ac1cc..d2398cca 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -27,7 +27,6 @@ function Backup-PersonalApps([Context] $context) { } function Restore-PersonalApps([Context] $context) { - choco install -y firefox; Restore-Git $context; Restore-LogitechGHUB $context; Restore-TmNations $context; diff --git a/scripts/Windows/OS/Manage.ps1 b/scripts/Windows/OS/Manage.ps1 index d3cd4ccc..e53ec0f2 100644 --- a/scripts/Windows/OS/Manage.ps1 +++ b/scripts/Windows/OS/Manage.ps1 @@ -31,6 +31,7 @@ function Restore-WindowsInstallation([Context] $context) { } } + choco install -y firefox; Restore-Nextcloud $context; Write-Information "Determining Backup Archive Path";