update: make sure mp-build checks build-essential as a depend

This commit is contained in:
ngn
2024-08-19 00:50:31 +03:00
parent bcda53b383
commit bfd7db3136
3 changed files with 41 additions and 21 deletions

View File

@ -78,8 +78,8 @@ check_iso_vars() {
if ! type "grub-mkrescue" > /dev/null; then
error "You need to install GRUB to create ISO files with grub-mkrescue"
set_indent
info "If you want to create UEFI ISO files make sure you install x64 GRUB or grub-efi"
info "If you want to create BIOS ISO files make sure you install x86 GRUB or grub-bios"
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"
exit 1
fi