From 1aaaf429c3ebe8bf26f08266908aa8d9b5aa070d Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 18:57:32 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index c50351f1c..c10b5d940 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -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