commit 3b99b709a52cf2c3ffd80b1903863ee669729bef parent 40ca6a33b46d99df10df8574b24c40725623f3e7 Author: awy <awy@awy.one> Date: Tue, 5 Nov 2024 15:48:08 +0300 grub Diffstat:
M | install.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh @@ -147,5 +147,10 @@ export partitions cp post_chroot.sh /mnt artix-chroot /mnt ./post_chroot.sh + +if [ "$choosenKernel" != 3 ]; then + mv /mnt/boot/efi/EFI/grub /mnt/boot/efi/EFI/BOOT + mv /mnt/boot/efi/EFI/BOOT/grubx64.efi /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI + umount -R /mnt echo "Linux is successfully installed!"