Merge pull request #21 from kyrios123/patch-1
Updated: virtualbox version -> 5.1.14
This commit is contained in:
commit
d8e0d1be16
|
@ -30,13 +30,13 @@ Now, download the [Guest Additions](http://download.virtualbox.org/virtualbox/)
|
|||
|
||||
## 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:
|
||||
|
||||
``` bash
|
||||
sudo eopkg it -c system.devel
|
||||
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.
|
||||
|
|
Reference in New Issue