From ba9671360c9eb46d6f3c098596ceb2aaaad30068 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 27 Sep 2022 21:29:52 -0500 Subject: [PATCH] Forgot to install unzip. --- scripts/buildVm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/buildVm.sh b/scripts/buildVm.sh index e910584..435206b 100755 --- a/scripts/buildVm.sh +++ b/scripts/buildVm.sh @@ -905,6 +905,7 @@ function updateSystem() { patch \ php-cli \ sed \ + unzip \ uuid-dev \ xz-utils \ zlib1g-dev