From 40d32f21284be653e5a583416bef4c1daca97071 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Mon, 21 May 2018 10:52:26 -0700 Subject: [PATCH] Add KVP utils Pull in packages to allow for some Hyper-V integration components. --- ubuntu/18.04/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 2801efa..2004d50 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -28,6 +28,10 @@ fi # XRDP # +# Install hv_kvp utils +apt install -y linux-tools-virtual +apt install -y linux-cloud-tools-virtual + # Install the xrdp service so we have the auto start behavior apt install -y xrdp