Remove unnecessary script call

This commit is contained in:
Manuel Thalmann 2024-01-08 19:10:29 +01:00
parent 317212a1a5
commit 3581e8f396

View file

@ -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;