Skip to content
Snippets Groups Projects
Commit 8b91497b authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Call apt-get autoremove to remove old kernels

parent 5fe6085f
Branches
Tags
No related merge requests found
......@@ -63,6 +63,7 @@ function install_packages_from_file()
function install_packages()
{
apt-get dist-upgrade --assume-yes --force-yes
apt-get -y autoremove
#apt-get install aptitude -y
#apt-get dist-upgrade -y # make sure we have the newest versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment