In RC1 some critical bugs existed which meant requiring a follow up RC. You can fix these bugs as shown below:
Preparation
Firstly we need to prepare ourselves for the update:
sudo apt-get update && sudo apt-get upgrade
Drivers not installing
To build drivers on SolusOS, be they graphics drivers or virtualbox modules, you will need to ensure you have a complete kernel headers package. Please type the following commands into your terminal
sudo apt-get install solusos-headers
Broken PackageKit
This affects Gnome Packagekit. Please open the /etc/PackageKit/PackageKit.conf file as the superuser:
gksudo gedit /etc/PackageKit/PackageKit.conf
You need to replace the line
DefaultBackend=apt
with this line:
DefaultBackend=aptcc
Save the file and close. Once you reboot everything should be working correctly.
