Install spice agent on windows
This commit is contained in:
parent
0700a59ba2
commit
0f102711b3
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ function Install-PortValhallaDrivers {
|
||||||
)
|
)
|
||||||
|
|
||||||
choco install -y --params "'ALLUSERS=1'" qemu-guest-agent;
|
choco install -y --params "'ALLUSERS=1'" qemu-guest-agent;
|
||||||
|
choco install -y spice-agent;
|
||||||
}
|
}
|
||||||
|
|
||||||
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";
|
. "$PSScriptRoot/../../Generic/Windows/Install.ps1";
|
||||||
|
|
Loading…
Reference in a new issue