From 8a0504c4d8d823c5d94fc6b1d979675fc7d0e981 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 1 Jun 2024 19:27:19 -0700 Subject: [PATCH] Clean up Signed-off-by: Tommy --- update_grub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_grub.sh b/update_grub.sh index c046215..e61f1d9 100644 --- a/update_grub.sh +++ b/update_grub.sh @@ -14,7 +14,7 @@ # the License. # Install new grub version -sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --modules="normal test efi_gop efi_uga search echo linux all_video gfxmenu gfxterm_background gfxterm_menu gfxterm loadenv configfile gzio part_gpt cryptodisk luks gcry_rijndael gcry_sha256 btrfs" --disable-shim-lock +sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --disable-shim-lock # Sign grub sudo sbctl sign-all