From e75468db2603b920717d1d605ccd24555238c8f4 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 2 Apr 2025 20:21:56 -0400 Subject: [PATCH] add unzip to the list of install pkgs --- scripts/chroot_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/chroot_build.sh b/scripts/chroot_build.sh index 5d69833d2..2ffbf7344 100755 --- a/scripts/chroot_build.sh +++ b/scripts/chroot_build.sh @@ -118,6 +118,7 @@ function install_pkg() { grub-efi-amd64-signed \ shim-signed \ mtools \ + unzip \ binutils case $TARGET_UBUNTU_VERSION in