We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f189c27 commit aefd66cCopy full SHA for aefd66c
1 file changed
ubuntu/18.04/install.sh
@@ -7,6 +7,12 @@
7
# Major thanks to: http://c-nergy.be/blog/?p=11336 for the tips.
8
#
9
10
+###############################################################################
11
+# Use HWE kernel packages
12
+#
13
+HWE=""
14
+#HWE="-hwe-18.04"
15
+
16
###############################################################################
17
# Update our machine to the latest code if we need to.
18
@@ -29,8 +35,8 @@ fi
29
35
30
36
31
37
# Install hv_kvp utils
32
-apt install -y linux-tools-virtual
33
-apt install -y linux-cloud-tools-virtual
38
+apt install -y linux-tools-virtual${HWE}
39
+apt install -y linux-cloud-tools-virtual${HWE}
34
40
41
# Install the xrdp service so we have the auto start behavior
42
apt install -y xrdp
0 commit comments