From b170a30922c4a50e76082d1726cf1f680b2ab540 Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 17 Oct 2025 20:32:59 +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 e4901fc..82bc621 100644 --- a/install.py +++ b/install.py @@ -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()