pull/109/head
midoks 3 years ago
parent 60d6a34a4a
commit 280a1ea4d9
  1. 4
      scripts/install.sh
  2. 4
      scripts/update.sh

@ -18,6 +18,10 @@ if grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; then
#sudo dpkg-reconfigure dash
fi
if grep -Eqi "Debian" /etc/issue || grep -Eq "Debian" /etc/*-release; then
sudo ln -sf /bin/bash /bin/sh
fi
if [ ${_os} == "Darwin" ]; then
OSNAME='macos'

@ -14,6 +14,10 @@ if grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; then
#sudo dpkg-reconfigure dash
fi
if grep -Eqi "Debian" /etc/issue || grep -Eq "Debian" /etc/*-release; then
sudo ln -sf /bin/bash /bin/sh
fi
if [ "${_os}" == "Darwin" ]; then
OSNAME='macos'
elif grep -Eqi "CentOS" /etc/issue || grep -Eq "CentOS" /etc/*-release; then

Loading…
Cancel
Save