diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 7d3c11a2..b182b3fd 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -12,6 +12,8 @@ . "$PSScriptRoot/../Software/Firefox/Install.ps1"; $null = New-Module { + . "$PSScriptRoot/../Scripts/Config.ps1"; + <# .SYNOPSIS Finishes the installation of a running Windows machine.