Install grub2 as well

This commit is contained in:
Aditya Garg 2022-02-07 22:44:40 +05:30 committed by GitHub
parent a2d05f7cd1
commit 318cd6614c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
linux-headers-generic \
grub-efi-amd64-signed \
intel-microcode \
thermald
thermald \
grub2
# This is not ideal, but it should work until the apt repo gets updated.