Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save martin-langhoff/c28670a1469e76c85a3877605847be8b to your computer and use it in GitHub Desktop.

Select an option

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