PortValhalla/scripts/Windows/OS/Install.ps1

9 lines
208 B
PowerShell
Raw Normal View History

2023-06-16 18:24:22 +00:00
. "$PSScriptRoot/Manage.ps1";
2023-06-21 20:04:18 +00:00
function Invoke-WindowsInstallation([Context] $context)
{
. "$PSScriptRoot/../Scripts/Prerequisites.ps1";
Invoke-Upgrade $context;
Invoke-WindowsRestore $context;
}