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