diff --git a/scripts/Arch/Config/SecureBoot/install.sh b/scripts/Arch/Config/SecureBoot/install.sh index ae576301..73ee3246 100755 --- a/scripts/Arch/Config/SecureBoot/install.sh +++ b/scripts/Arch/Config/SecureBoot/install.sh @@ -11,6 +11,10 @@ sudo sed -i \ -e "a esp=\"$EFI_BOOT_DIR\"" \ -e "d" \ -e "}" \ + -e "/bootloader_id=/{" \ + -e "a bootloader_id=\"$BOOTLOADER_ID\"" \ + -e "d" \ + -e "}" \ /etc/secureboot.conf; sudo secure-grub-install;