Update install.py

This commit is contained in:
2025-10-17 20:32:59 +00:00
parent 3b799bbb94
commit b170a30922

View File

@@ -6,7 +6,7 @@ linux_packages = [
]
linux_after_command = {
'zsh': 'chsh -s $(which zsh)'
'zsh': 'sudo chsh -s $(which zsh) $(whoami)'
}
os_type = platform.uname().system.lower()