Do the system upgrade with a purge, for all those old kernel configs

This commit is contained in:
Tobias Schmidl 2013-11-15 18:49:30 +01:00
parent ec21952ebe
commit 8a5b1b6f4a

View file

@ -15,7 +15,7 @@ alias bz2c='bzip2 --best'
alias xzc='xz --best --extreme'
alias apt-update='sudo apt-get update'
alias apt-upgrade='sudo aptitude dist-upgrade'
alias apt-upgrade='sudo aptitude --purge dist-upgrade'
alias apt-autoremove='sudo apt-get --purge autoremove'
alias apt-autoclean='sudo apt-get autoclean'
alias update-system='apt-update && sudo aptitude -y -s dist-upgrade'