Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Created October 26, 2012 22:09
Show Gist options
  • Save chrisjlee/3961855 to your computer and use it in GitHub Desktop.
Save chrisjlee/3961855 to your computer and use it in GitHub Desktop.
Boot repair
#!/bin/bash
# https://help.ubuntu.com/community/Boot-Repair
sudo add-apt-repository 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