diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3d307fac..d690e2de 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -11,6 +11,8 @@ . "$PSScriptRoot/User/Install.ps1"; $null = New-Module { + . "$PSScriptRoot/../Scripts/Config.ps1"; + <# .SYNOPSIS Finishes the installation of a running Windows machine.