From a51206f5c723fd7512870a383e3f61125e8e6908 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 20:19:15 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index c10b5d940..03c20fdcc 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -35,7 +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 + pkg install -y wget unzip elif grep -Eqi "Arch" /etc/issue || grep -Eq "Arch" /etc/*-release; then OSNAME='arch' echo y | pacman -Sy unzip