Install Firefox before nextcloud
This commit is contained in:
parent
5536d73b73
commit
9e1f872a66
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ function Backup-PersonalApps([Context] $context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function Restore-PersonalApps([Context] $context) {
|
function Restore-PersonalApps([Context] $context) {
|
||||||
choco install -y firefox;
|
|
||||||
Restore-Git $context;
|
Restore-Git $context;
|
||||||
Restore-LogitechGHUB $context;
|
Restore-LogitechGHUB $context;
|
||||||
Restore-TmNations $context;
|
Restore-TmNations $context;
|
||||||
|
|
|
@ -31,6 +31,7 @@ function Restore-WindowsInstallation([Context] $context) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
choco install -y firefox;
|
||||||
Restore-Nextcloud $context;
|
Restore-Nextcloud $context;
|
||||||
|
|
||||||
Write-Information "Determining Backup Archive Path";
|
Write-Information "Determining Backup Archive Path";
|
||||||
|
|
Loading…
Reference in a new issue