Skip to content

Commit

Permalink
fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harishnkr committed Aug 11, 2024
1 parent 9fd9cbd commit 0064aef
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ sudo update-grub
```

For Fedora based systems:
```
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```
when using BIOS or
```
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
```
when using EFI
- when using BIOS
```
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```
- when using EFI
```
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
```
## Using Package manager
Expand Down

0 comments on commit 0064aef

Please sign in to comment.