From e1de6dd514ac05f08982fd5d793f28c7af84f2a5 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 10 Sep 2023 14:04:13 +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 c026cb0b0..2dfa02491 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -34,7 +34,7 @@ elif grep -Eq "FreeBSD" /etc/*-release; then OSNAME='freebsd' elif grep -Eq "EulerOS" /etc/*-release; then OSNAME='euler' - yum install -y wget zip unzip tar + yum install -y wget curl zip unzip tar crontabs elif grep -Eqi "CentOS" /etc/issue || grep -Eqi "CentOS" /etc/*-release; then OSNAME='rhel' yum install -y wget zip unzip