diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 15:02:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 15:02:22 +0100 |
commit | 45ef844f5ebc08f993e251c24d0b9eb3631c682f (patch) | |
tree | 53ded4af09efd8acc953fb2e057b0e4c22ce476a /arch-install-UEFI.sh | |
parent | test (diff) | |
download | arch-installer-45ef844f5ebc08f993e251c24d0b9eb3631c682f.tar.gz arch-installer-45ef844f5ebc08f993e251c24d0b9eb3631c682f.tar.bz2 arch-installer-45ef844f5ebc08f993e251c24d0b9eb3631c682f.tar.xz arch-installer-45ef844f5ebc08f993e251c24d0b9eb3631c682f.tar.zst arch-installer-45ef844f5ebc08f993e251c24d0b9eb3631c682f.zip |
retest
Diffstat (limited to '')
-rwxr-xr-x | arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-install-UEFI.sh b/arch-install-UEFI.sh index edb60a6..40fb713 100755 --- a/arch-install-UEFI.sh +++ b/arch-install-UEFI.sh @@ -626,8 +626,8 @@ sed -e 's/\s*\([\+0-9a-zA-Z \"=#()[]{}<>,:. - \_\/?!@$%^&~`*|]*\).*/\1/' << EOF # 2. Configuring GRUB # # # #=================================# - grub-mkconfig -o /boot/efi/grub/grub.cfg grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck + grub-mkconfig -o /boot/grub/grub.cfg sleep 4 exit EOF |