diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 16:12:39 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 16:12:39 +0100 |
commit | 03e6136f598aa4fba2056c94211fddd3c0de44f3 (patch) | |
tree | 3216fb50d312a242ac74a6293508c20457732ef1 /joes-arch-install-UEFI.sh | |
parent | Changed to GTP partition table (diff) | |
download | arch-installer-03e6136f598aa4fba2056c94211fddd3c0de44f3.tar.gz arch-installer-03e6136f598aa4fba2056c94211fddd3c0de44f3.tar.bz2 arch-installer-03e6136f598aa4fba2056c94211fddd3c0de44f3.tar.xz arch-installer-03e6136f598aa4fba2056c94211fddd3c0de44f3.tar.zst arch-installer-03e6136f598aa4fba2056c94211fddd3c0de44f3.zip |
Better grub install
Diffstat (limited to 'joes-arch-install-UEFI.sh')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index fa91c0f..996b700 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -447,8 +447,7 @@ echo "\ # # #=================================#" pacstrap /mnt/arch zip unzip p7zip vim mc alsa-utils syslog-ng mtools dostools lsb-release ntfs-3g exfat-utils git zsh ntp cronie grub os-prober efibootmgr > /dev/null -pacstrap /mnt/arch ntp cronie grub os-prober efibootmgr > /dev/null -pacstrap /mnt/arch grub os-prober efibootmgr > /dev/null +pacstrap /mnt/arch ntp cronie grub > /dev/null echo && echo echo "Extra packages installed." sleep 1 @@ -535,7 +534,7 @@ arch-chroot /mnt/arch << ARCH_CHROOT # 7. Setting up network # # # #=================================# - pacman -S networkmanager + pacman -S networkmanager grub os-prober efibootmgr Y ARCH_CHROOT arch-chroot /mnt/arch << ARCH_CHROOT |