Update VirtualBox to 5.1.24

This commit is contained in:
Joshua Strobl 2017-07-18 12:16:10 +03:00
parent bc3939c142
commit dcfa96149e
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 2 additions and 2 deletions

View File

@ -97,13 +97,13 @@ X-KDE-autostart-after=panel
## Solus as Host
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.
Download the latest [VirtualBox Installer](https://www.virtualbox.org/wiki/Linux_Downloads) - [direct link](http://download.virtualbox.org/virtualbox/5.1.24/VirtualBox-5.1.24-117012-Linux_amd64.run) (5.1.24) right click link and Save As.
Now install the dependencies and VirtualBox like so:
``` bash
sudo eopkg it -c system.devel
sudo eopkg it linux-lts-headers
sudo sh ~/Downloads/VirtualBox-5.1.22-115126-Linux_amd64.run
sudo sh ~/Downloads/VirtualBox-5.1.24-117012-Linux_amd64.run
```
Replace the version number of the file with the one you downloaded.