Skip to content

Instantly share code, notes, and snippets.

@sebmaynard
Created September 17, 2012 11:18
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 sebmaynard/3736748 to your computer and use it in GitHub Desktop.
Save sebmaynard/3736748 to your computer and use it in GitHub Desktop.
Boot-repair script
#!/bin/bash
sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment