In this quick guide we’ll show you how to update from SolusOS 1.0 to 1.1
Updating the packages
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
Installing the new kernel
It is important the commands are followed in this sequence, so that drivers may be rebuilt
sudo apt-get install solusos-headers-3.3.6 sudo apt-get install linux-image-3.3.6-solusos
Avoiding networking issues
Some of the drivers out there don’t play nice with the default firewall policy. If the network manager shows you
as connected but you cannot ping servers, or open web pages, issue the following command to disable the firewall.
sudo ufw disable
Changing the default plymouth theme
The Plymouth theme was changed to the Solar theme, issue the following commands in your terminal to change it
sudo apt-get install plymouth-themes-solar sudo plymouth-set-default-theme solar sudo update-initramfs -u
