diff options
| -rwxr-xr-x | nais | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -126,10 +126,10 @@ install_arch() { if [ "$BOOT_MODE" = "bios" ]; then arch-chroot /mnt grub-install --target=i386-pc --recheck "/dev/$DISK" else - arch-chroot /mnt grub-install --target=x86_64-efi --efi-direcotry=/boot/EFI --bootloader-id=GRUB --recheck + arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id=GRUB --recheck fi - grub-mkconfig -o /boot/grub/grub.cfg + arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg echo Finished. exit |