summaryrefslogtreecommitdiffstats
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-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/zsh/zsh.post-install b/main/zsh/zsh.post-install
new file mode 100644
index 000000000..46506fbee
--- /dev/null
+++ b/main/zsh/zsh.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells
+exit 0