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:
parent
082e65291e
commit
a67bbcf95d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue