milis/bin/grub-guncelle

6 lines
135 B
Bash
Executable File

#! /bin/sh
if [ -f /boot/grub/grub.cfg ];then
mv /boot/grub/grub.cfg /boot/grub/grub.cfg.eski
fi
grub-mkconfig -o /boot/grub/grub.cfg