Update install.py
This commit is contained in:
@@ -6,7 +6,7 @@ linux_packages = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
linux_after_command = {
|
linux_after_command = {
|
||||||
'zsh': 'chsh -s $(which zsh)'
|
'zsh': 'sudo chsh -s $(which zsh) $(whoami)'
|
||||||
}
|
}
|
||||||
|
|
||||||
os_type = platform.uname().system.lower()
|
os_type = platform.uname().system.lower()
|
||||||
|
|||||||
Reference in New Issue
Block a user