Update install_dev.sh

pull/119/head
midoks 3 years ago
parent f9c1892765
commit 206b5d6515
  1. 1
      scripts/install_dev.sh

@ -35,6 +35,7 @@ elif grep -Eq "openSUSE" /etc/*-release; then
zypper refresh
elif grep -Eqi "Arch" /etc/issue || grep -Eq "Arch" /etc/*-release; then
OSNAME='arch'
echo y | pacman -Sy unzip
elif grep -Eqi "CentOS" /etc/issue || grep -Eq "CentOS" /etc/*-release; then
OSNAME='centos'
yum install -y wget zip unzip

Loading…
Cancel
Save