Update install_dev.sh

pull/119/head
midoks 3 years ago
parent f2e980f351
commit 73ddcd1dc4
  1. 2
      scripts/install_dev.sh

@ -50,7 +50,7 @@ elif grep -Eqi "Debian" /etc/issue || grep -Eq "Debian" /etc/*-release; then
elif grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; then
OSNAME='ubuntu'
apt install -y wget zip unzip
elif grep -Eqi "openSUSE" /etc/issue || grep -Eq "openSUSE" /etc/*-release; then
elif grep -Eq "openSUSE" /etc/*-release; then
OSNAME='opensuse'
zypper refresh
else

Loading…
Cancel
Save