From 97301e0b7609b97da65cffc7961ee73d316d4bb1 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 30 Apr 2017 10:23:42 +0930 Subject: [PATCH] Update VirtualBox to 5.1.22 --- software/virtualbox/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/virtualbox/en.md b/software/virtualbox/en.md index 5faea41..9368ef0 100644 --- a/software/virtualbox/en.md +++ b/software/virtualbox/en.md @@ -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.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: ``` bash sudo eopkg it -c system.devel 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.