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