Created
December 2, 2023 07:58
-
-
Save mb6ockatf/3f7cea19988177d75352090cde212a07 to your computer and use it in GitHub Desktop.
uupdate grub config the right way
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
#!/usr/bin/env bash | |
sudo vim /etc/default/grub | |
grub-mkconfig -o /boot/grub/grub.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment