Install Firefox before nextcloud

This commit is contained in:
Manuel Thalmann 2023-07-13 19:03:52 +02:00
parent 5536d73b73
commit 9e1f872a66
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -31,6 +31,7 @@ function Restore-WindowsInstallation([Context] $context) {
}
}
choco install -y firefox;
Restore-Nextcloud $context;
Write-Information "Determining Backup Archive Path";