Skip to content

Instantly share code, notes, and snippets.

@mb6ockatf
Created December 2, 2023 07:58
Show Gist options
  • Save mb6ockatf/3f7cea19988177d75352090cde212a07 to your computer and use it in GitHub Desktop.
Save mb6ockatf/3f7cea19988177d75352090cde212a07 to your computer and use it in GitHub Desktop.
uupdate grub config the right way
#!/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