Added script for updating linux-purge easily

Written for linux-purge by Jarno Suni on 2020-09-15

Run

sudo update-linux-purge

If update-linux-purge is not installed already, run

sudo sh -c 'cd /usr/local/bin/ &&
wget -N https://git.launchpad.net/linux-purge/plain/update-linux-purge &&
chmod +x update-linux-purge'

to install the updating script.

Thereafter you can update linux-purge by simply running

sudo update-linux-purge

Updated .

Read all announcements