From a67bbcf95d68a05db81ff4bf2f65c353faeff247 Mon Sep 17 00:00:00 2001 From: krutcha Date: Thu, 4 Feb 2016 17:44:24 -0800 Subject: [PATCH] Update boxes.html.md On my system, generic complained when running VBoxLinuxAdditions.run. It was solved by using the specific headers that matched my kernel. --- website/source/docs/virtualbox/boxes.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/virtualbox/boxes.html.md b/website/source/docs/virtualbox/boxes.html.md index e507152cb..c55475654 100644 --- a/website/source/docs/virtualbox/boxes.html.md +++ b/website/source/docs/virtualbox/boxes.html.md @@ -65,7 +65,7 @@ and the basic developer tools. On Ubuntu, you can easily install these like so: ``` -$ sudo apt-get install linux-headers-generic build-essential dkms +$ sudo apt-get install linux-headers-$(uname -r) build-essential dkms ``` #### To install via the GUI: