Updated: virtualbox version -> 5.1.14
This commit is contained in:
parent
b5d225145f
commit
22f23092d4
|
@ -30,13 +30,13 @@ Now, download the [Guest Additions](http://download.virtualbox.org/virtualbox/)
|
||||||
|
|
||||||
## Solus as Host
|
## Solus as Host
|
||||||
|
|
||||||
Download the latest [VirtualBox Installer](https://www.virtualbox.org/wiki/Linux_Downloads) - [direct link](http://download.virtualbox.org/virtualbox/5.1.12/VirtualBox-5.1.12-112440-Linux_amd64.run) (5.1.12) right click link and Save As.
|
Download the latest [VirtualBox Installer](https://www.virtualbox.org/wiki/Linux_Downloads) - [direct link](http://download.virtualbox.org/virtualbox/5.1.12/VirtualBox-5.1.14-112924-Linux_amd64.run) (5.1.14) right click link and Save As.
|
||||||
Now install the dependencies and VirtualBox like so:
|
Now install the dependencies and VirtualBox like so:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo eopkg it -c system.devel
|
sudo eopkg it -c system.devel
|
||||||
sudo eopkg it kernel-headers
|
sudo eopkg it kernel-headers
|
||||||
sudo sh ~/Downloads/VirtualBox-5.1.12-112440-Linux_amd64.run
|
sudo sh ~/Downloads/VirtualBox-5.1.14-112924-Linux_amd64.run
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace version number of file with the one you download.
|
Replace version number of file with the one you download.
|
||||||
|
|
Reference in New Issue