update: add libisoburn warning to matter-iso

This commit is contained in:
ngn 2024-08-21 02:40:19 +03:00
parent dd18ae23de
commit 1b63c6e77a

View File

@ -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