Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-langhoff/c28670a1469e76c85a3877605847be8b to your computer and use it in GitHub Desktop.
Save martin-langhoff/c28670a1469e76c85a3877605847be8b to your computer and use it in GitHub Desktop.
Update vagrant kernel, restart, reprovision
vagrant ssh -c 'sudo yum -y update kernel' ; vagrant reload ; vagrant provision ; vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment