From 78eea3fab9ec2f98a63820bce7046d1417fff8b4 Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 17 Oct 2025 21:46:39 +0000 Subject: [PATCH] Update install.py --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 0746e6f..4f4bb1b 100644 --- a/install.py +++ b/install.py @@ -7,6 +7,7 @@ rhel_packages = [ linux_packages = [ 'git', + 'unzip', 'neovim', 'zsh' ]