Merge pull request #38 from Justinzobel/master
Update VirtualBox to 5.1.22
This commit is contained in:
commit
bdd214bc1f
|
@ -97,13 +97,13 @@ X-KDE-autostart-after=panel
|
||||||
|
|
||||||
## 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.16/VirtualBox-5.1.16-113841-Linux_amd64.run) (5.1.16) 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.22/VirtualBox-5.1.22-115126-Linux_amd64.run) (5.1.22) 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 linux-lts-headers
|
sudo eopkg it linux-lts-headers
|
||||||
sudo sh ~/Downloads/VirtualBox-5.1.16-113841-Linux_amd64.run
|
sudo sh ~/Downloads/VirtualBox-5.1.22-115126-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