Remove explicit install of grub-efi-* package as it is not necessary,

and potentially overexplicit
This commit is contained in:
Cody Shepherd 2020-07-13 09:10:05 -07:00
parent 315a453ba6
commit 690522e89b
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

View File

@ -84,8 +84,7 @@ install_grub() {
efi_target=arm-efi
;;
amd64)
chroot mountpoint apt-get install -qqy grub-pc
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed shim-signed
chroot mountpoint apt-get install -qqy grub-pc shim-signed
efi_target=x86_64-efi
;;
esac