From 35fe8a30bff1efeeb05678ebc8e13faeccf46742 Mon Sep 17 00:00:00 2001 From: Nasir Hossain Nishad Date: Fri, 16 Feb 2024 20:54:23 +0600 Subject: [PATCH] fix: add required dependency mtools --- build.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.bash b/build.bash index 7ba68c9..d019b39 100755 --- a/build.bash +++ b/build.bash @@ -23,7 +23,8 @@ sudo apt-get install -y\ libpng-dev\ libfreetype-dev\ git\ - grub-common + grub-common\ + mtools # Create the directory structure mkdir -p iso/boot/grub