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