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.
This commit is contained in:
krutcha 2016-02-04 17:44:24 -08:00
parent 082e65291e
commit a67bbcf95d
1 changed files with 1 additions and 1 deletions

View File

@ -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: