Skip to content

Upgrade latest kernel automatically for Ubuntu and derivatives. 🏃

License

Notifications You must be signed in to change notification settings

MarauderXtreme/uktools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Active

UKTools - ukupgrade/ukpurge

Linux Logo

ukupgrade stands for "Ubuntu Kernel Upgrade"

Purpose: It provides us to upgrade linux kernel to latest stable version for Ubuntu/Mint and derivatives. Based on this archive

ukpurge stands for "Ubuntu Kernel Purge"

Purpose: It provide to us remove old linux kernel images/headers in machine for Ubuntu/ Mint and derivatives. Non-Based


One-line Install

cd /usr/src && \
sudo wget https://github.com/usbkey9/uktools/archive/master.tar.gz && \
sudo tar -xvf master.tar.gz && \
sudo rm -fr master.tar.gz && \
cd uktools-master && \
./ukupgrade -simple

Usages

  • Download
git clone https://github.com/usbkey9/uktools && cd uktools
  • Run the Makefile
sudo make

It'll install necessary files and run setup

  • Now you can call the script whereever you are
do-kernel-upgrade
do-kernel-purge
  • Optionnal

You can re-run setup script by:

./setup

Author's

Mustafa Hasturk - ukupgrade author

homepage mustafahasturk.com
email hi@mustafahasturk.com

Caio Oliveira - ukpurge author

email caiooliveirafarias0@gmail.com

Christoph Kepler - current maintainer and developer

homepage Kepler International
email development@kepler.international

Usb Key - developer and versioncheck, setup, cronjob and motd author

email usbkey9@gmail.com

About

Upgrade latest kernel automatically for Ubuntu and derivatives. 🏃

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.7%
  • Makefile 9.3%