From 79a118c01c9314f3350c325920162eae1e7d5842 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Sat, 15 Jun 2024 23:51:06 +0900 Subject: [PATCH] Add unzip as another APT dependency Signed-off-by: Juhyung Park --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc4582c..e7a1ce7 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ sudo apt install --no-install-recommends \ uuid-runtime \ autoconf \ build-essential \ + unzip \ jq \ perl \ libnet-ssleay-perl \