Update install.py

This commit is contained in:
2025-10-17 20:53:28 +00:00
parent 44b7b28f1e
commit 06311d5ee1

View File

@@ -7,7 +7,7 @@ rhel_packages = [
linux_packages = [
'git',
'neovim'
'neovim',
'zsh'
]