Install spice agent on windows

This commit is contained in:
Manuel Thalmann 2023-12-12 03:04:06 +01:00
parent 1d1b0c9791
commit 317212a1a5

View file

@ -12,6 +12,7 @@ function Install-PortValhallaDrivers {
)
choco install -y --params "'ALLUSERS=1'" qemu-guest-agent;
choco install -y spice-agent;
}
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";