Last active
December 29, 2024 14:23
-
-
Save wormeyman/8427417 to your computer and use it in GitHub Desktop.
Install Grub Customizer
This file contains 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
#!/bin/bash | |
sudo add-apt-repository ppa:danielrichter2007/grub-customizer && | |
sudo apt-get update && | |
sudo apt-get install grub-customizer | |
# All on one line! | |
# sudo add-apt-repository ppa:danielrichter2007/grub-customizer && sudo apt-get update && sudo apt-get install grub-customizer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment