Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
xxcosita3czxx committed Apr 19, 2024
1 parent 4bcf87a commit 949ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-grub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ echo 'Which device is system? (/dev/sdX)'
read device
echo 'Which mount is EFI?'
read efipart
grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=$
grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=$efipart
grub-install --target=i386-pc --boot-directory=/boot/ $device

0 comments on commit 949ee64

Please sign in to comment.