artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit ea50e432c4726d0724446a4320953f93529e5e06
parent 3b99b709a52cf2c3ffd80b1903863ee669729bef
Author: awy <awy@awy.one>
Date:   Tue,  5 Nov 2024 15:56:23 +0300

grub

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -151,6 +151,6 @@ 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 - +fi umount -R /mnt echo "Linux is successfully installed!"