Created
March 30, 2017 21:52
-
-
Save LoganGray/3f1f84ace87cf45cbc39cfbbf72342a8 to your computer and use it in GitHub Desktop.
simple script to make sure grub loader is installed for elementary OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to test - and prob remove the sudos