aboutsummaryrefslogtreecommitdiffstats
path: root/main/zsh/zsh.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/zsh/zsh.post-install')
-rw-r--r--main/zsh/zsh.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zsh/zsh.post-install b/main/zsh/zsh.post-install
index 46506fbee0..d2399cd8b9 100644
--- a/main/zsh/zsh.post-install
+++ b/main/zsh/zsh.post-install
@@ -1,3 +1,3 @@
#!/bin/sh
-grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells
+add-shell '/bin/zsh'
exit 0