From 86ffd8cb87c59024fda5d637f4883665240987be Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Tue, 10 Aug 2021 11:14:41 -0300 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1bf67f1..99f0b74 100755 --- a/install.sh +++ b/install.sh @@ -224,7 +224,7 @@ set_locale() { setup_grub() { echo -n "Configuring boot loader..." if [ $UEFI -eq 1 ]; then - quiet right_chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --botloader-id=grub + quiet right_chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub else quiet right_chroot /mnt grub-install "$DRIVE_TARGET" fi