5 lines
54 B
Text
5 lines
54 B
Text
|
#!/bin/sh
|
||
|
grub-mkconfig \
|
||
|
-o /boot/grub/grub.cfg
|
||
|
|