Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Complete guide of how to install on Ubuntu & Ubuntu based distros

ivanbalseirogarcia edited this page Mar 13, 2016 · 1 revision

To be able to install it as is it for Ubuntu, if we have a server we must do the following:

Log in as superuser (root) to avoid writing sudo all the time...

sudo apt-get install curl (this installs curl to be able to download the kernel)

Then download the updating script:

sudo curl https://raw.githubusercontent.com/muhasturk/ukupgrade/master/ukupgrade > ukupgrade

Then give it execution permisions so that you are able to use it:

sudo chmod +x ./ukupgrade

Now we will add it permanently to the system:

sudo cp ./ukupgrade /usr/bin/do-kernel-upgrade

Now you can update with the following command:

sudo do-kernel-upgrade

Clone this wiki locally