chore: removed duplicate mkconfig command for fedora

This commit is contained in:
OneRandom1509 2024-03-12 19:06:49 +05:30
parent 0d7ea30481
commit 8c9aade1fa
1 changed files with 1 additions and 5 deletions

View File

@ -347,11 +347,7 @@ updating_grub() {
grub2-mkconfig -o /boot/grub2/grub.cfg
# Check for Fedora (regular or Atomic)
elif has_command dnf || has_command rpm-ostree; then
if [[ -f /boot/grub2/grub.cfg ]]; then
prompt -s "Find config file on /boot/grub2/grub.cfg ...\n"
grub2-mkconfig -o /boot/grub2/grub.cfg
fi
# Check for Bios
#Check for BIOS
if [[ -f /boot/grub2/grub.cfg ]]; then
prompt -s "Find config file on /boot/grub2/grub.cfg ...\n"
grub2-mkconfig -o /boot/grub2/grub.cfg