From 1b63c6e77aeb7b972ea768574eb06c67d2ba46d0 Mon Sep 17 00:00:00 2001 From: ngn Date: Wed, 21 Aug 2024 02:40:19 +0300 Subject: [PATCH] update: add libisoburn warning to matter-iso --- matter-iso/main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/matter-iso/main.sh b/matter-iso/main.sh index b591ba5..e948076 100755 --- a/matter-iso/main.sh +++ b/matter-iso/main.sh @@ -80,6 +80,7 @@ if ! type "grub-mkrescue" > /dev/null; then set_indent warn "If you want to create UEFI ISO files make sure you install x64 GRUB or grub-efi" warn "If you want to create BIOS ISO files make sure you install x86 GRUB or grub-bios" + warn "After installing GRUB, don't forget to install libisoburn as well" exit 1 fi