mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-02 21:30:49 -05:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue