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' ]