Files
packages/extra/fish/postinstall.sh
T
2026-03-21 12:43:00 -05:00

3 lines
144 B
Bash

grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
grep -qe '^/bin/fish$' etc/shells || echo '/bin/fish' >> etc/shells