From 3581e8f3969d5d4c3b87068d21ec276cab496c77 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 8 Jan 2024 19:10:29 +0100 Subject: [PATCH] Remove unnecessary script call --- profiles/KVM/Windows/Install.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/KVM/Windows/Install.ps1 b/profiles/KVM/Windows/Install.ps1 index cd50c6c2..f05b08c3 100644 --- a/profiles/KVM/Windows/Install.ps1 +++ b/profiles/KVM/Windows/Install.ps1 @@ -1,6 +1,4 @@ #!/bin/pwsh -. "$PSScriptRoot/Drivers.ps1"; - function Initialize-Configuration { # Hide update which prevents use of WSL in KVM Get-WindowsUpdate -KBArticleID KB5032190 -Hide -AcceptAll;