Files
packages/core/dash/preinstall.sh
T
2026-03-21 12:43:00 -05:00

3 lines
126 B
Bash
Executable File

grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
grep -q '/bin/sh' etc/shells || echo '/bin/sh' >> etc/shells