summaryrefslogtreecommitdiffstats
path: root/main/zsh/zsh.post-install
blob: 46506fbee0b86e502bb77d0ce8a89f82f3bcdf08 (plain)
1
2
3
#!/bin/sh
grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells
exit 0