New kernel!

This commit is contained in:
Fabio Rehm 2013-04-12 02:06:34 -03:00
parent 6e7490f16e
commit e87b923b8e

View file

@ -9,6 +9,6 @@ fi
echo 'An old kernel was found on the guest machine and it will be upgraded' 1>&2 echo 'An old kernel was found on the guest machine and it will be upgraded' 1>&2
echo 'Please reload the box after provisioning when finished' 1>&2 echo 'Please reload the box after provisioning when finished' 1>&2
sudo apt-get update sudo apt-get update
sudo apt-get install linux-image-3.5.0-26-generic linux-headers-3.5.0-26-generic -y sudo apt-get install linux-image-3.5.0-27-generic linux-headers-3.5.0-27-generic -y
sudo apt-get dist-upgrade -y sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y sudo apt-get autoremove -y