Update install_dev.sh

pull/119/head
midoks 3 years ago
parent 78111ee386
commit d7b61c4c3b
  1. 4
      scripts/install_dev.sh

@ -18,12 +18,12 @@ if [ "$EUID" -ne 0 ]
exit
fi
if grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; then
if grep -Eq "Ubuntu" /etc/*-release; then
ln -sf /bin/bash /bin/sh
#sudo dpkg-reconfigure dash
fi
if grep -Eqi "Debian" /etc/issue || grep -Eq "Debian" /etc/*-release; then
if grep -Eq "Debian" /etc/*-release; then
ln -sf /bin/bash /bin/sh
fi

Loading…
Cancel
Save