Skip to content

Instantly share code, notes, and snippets.

@ans-4175
Created June 2, 2016 15:03
Show Gist options
  • Save ans-4175/a9544cd7d634b0a102ba92c7b5815f6e to your computer and use it in GitHub Desktop.
Save ans-4175/a9544cd7d634b0a102ba92c7b5815f6e to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo su
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge
#sudo update-grub
echo Success update kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment