Update shell script used for upgrading the kernel to newer linux header related packages
This commit is contained in:
parent
84726776c7
commit
fcf503223e
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ fi
|
|||
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
|
||||
sudo apt-get update
|
||||
sudo apt-get install linux-image-3.5.0-25-generic linux-headers-3.5.0-25-generic -y
|
||||
sudo apt-get install linux-image-3.5.0-26-generic linux-headers-3.5.0-26-generic -y
|
||||
sudo apt-get dist-upgrade -y
|
||||
sudo apt-get autoremove -y
|
||||
|
|
Loading…
Reference in a new issue