Skip to content

Instantly share code, notes, and snippets.

@LoganGray
Created March 30, 2017 21:52
Show Gist options
  • Select an option

  • Save LoganGray/3f1f84ace87cf45cbc39cfbbf72342a8 to your computer and use it in GitHub Desktop.

Select an option

Save LoganGray/3f1f84ace87cf45cbc39cfbbf72342a8 to your computer and use it in GitHub Desktop.
simple script to make sure grub loader is installed for elementary OS
# make sure add-apt-repository is installed
sudo apt-get install software-properties-common python-software-properties
# actually add the package
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
@LoganGray
Copy link
Author

need to test - and prob remove the sudos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment