diff --git a/profiles/Generic/Windows/Setup.ps1 b/profiles/Generic/Windows/Setup.ps1 index 67247081..69b0081a 100644 --- a/profiles/Generic/Windows/Setup.ps1 +++ b/profiles/Generic/Windows/Setup.ps1 @@ -1,3 +1,5 @@ #!/bin/pwsh $env:WIN_COMPUTER_NAME = "win11"; $env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1"); + +. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";