Install prerequisites during backups
This commit is contained in:
parent
5245bb9007
commit
9bfb2f200a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
function Backup-WindowsInstallation([Context] $context) {
|
function Backup-WindowsInstallation([Context] $context) {
|
||||||
Write-Information "Backing up Windows";
|
Write-Information "Backing up Windows";
|
||||||
|
. "$PSScriptRoot/../../../scripts/Windows/Scripts/Prerequisites.ps1";
|
||||||
$backupRoot = $context.BackupRoot();
|
$backupRoot = $context.BackupRoot();
|
||||||
Backup-PersonalFiles $context;
|
Backup-PersonalFiles $context;
|
||||||
Backup-PersonalApps $context;
|
Backup-PersonalApps $context;
|
||||||
|
|
Loading…
Reference in a new issue