diff options
Diffstat (limited to 'system/zsh/zsh.post-install')
-rw-r--r-- | system/zsh/zsh.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/zsh/zsh.post-install b/system/zsh/zsh.post-install new file mode 100644 index 000000000..d2399cd8b --- /dev/null +++ b/system/zsh/zsh.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/bin/zsh' +exit 0 |