Update install_dev.sh

This commit is contained in:
midoks 2022-07-04 18:57:32 +08:00
parent e25ef09a20
commit 1aaaf429c3
1 changed files with 1 additions and 0 deletions

View File

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