opt/dash/post-install

6 lines
141 B
Plaintext
Raw Normal View History

2014-10-21 15:21:35 +02:00
#!/bin/sh
if ! grep dash /etc/shells > /dev/null 2>&1; then
echo "Adding dash to /etc/shells ..."
echo "/bin/dash" >> /etc/shells
fi