From 06311d5ee1543e9a4aa2b635a1ea16fdc38b3b6b Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 17 Oct 2025 20:53:28 +0000 Subject: [PATCH] Update install.py --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 499bf84..0746e6f 100644 --- a/install.py +++ b/install.py @@ -7,7 +7,7 @@ rhel_packages = [ linux_packages = [ 'git', - 'neovim' + 'neovim', 'zsh' ]