Reorder steps of windows restoration
This commit is contained in:
parent
a90cd02d92
commit
48a9234081
2 changed files with 3 additions and 2 deletions
scripts/Windows/OS
|
@ -1,5 +1,6 @@
|
|||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../Scripts/PersonalFiles.ps1";
|
||||
. "$PSScriptRoot/../Software/Nextcloud/Manage.ps1";
|
||||
. "$PSScriptRoot/../Collections/Personal.ps1";
|
||||
|
||||
function Backup-WindowsInstallation([Context] $context) {
|
||||
|
@ -28,6 +29,8 @@ function Restore-WindowsInstallation([Context] $context) {
|
|||
}
|
||||
}
|
||||
|
||||
Restore-Nextcloud $context;
|
||||
|
||||
Write-Information "Determining Backup Archive Path";
|
||||
$backupPath = Read-Path;
|
||||
$context.BackupName ??= "PortValhalla";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue