4 lines
91 B
Bash
4 lines
91 B
Bash
#!/usr/bin/bash
|
|
|
|
sudo grub-install --no-nvram && sudo grub-mkconfig -o /boot/grub/grub.cfg
|