From 19df6328e5fee66f03a9d4a7589a898bb53c240e Mon Sep 17 00:00:00 2001 From: Gourav Khunger Date: Wed, 13 Aug 2025 19:00:54 +0530 Subject: [PATCH] feat: add utils zip & unzip --- build-bootstraps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-bootstraps.sh b/build-bootstraps.sh index d909d12..c535a1c 100755 --- a/build-bootstraps.sh +++ b/build-bootstraps.sh @@ -407,8 +407,10 @@ main() { PACKAGES+=("coreutils") PACKAGES+=("libxslt") PACKAGES+=("libxml2") + PACKAGES+=("unzip") PACKAGES+=("ruby") PACKAGES+=("git") + PACKAGES+=("zip") # Handle additional packages. for add_pkg in "${ADDITIONAL_PACKAGES[@]}"; do