From 10348168eb6e40a1bb61dd621661001afb1bea13 Mon Sep 17 00:00:00 2001 From: dami Date: Tue, 8 Apr 2025 17:58:35 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index cde638325..ea1ae332d 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -50,6 +50,9 @@ elif grep -Eqi "Fedora" /etc/issue || grep -Eqi "Fedora" /etc/*-release; then elif grep -Eqi "Rocky" /etc/issue || grep -Eqi "Rocky" /etc/*-release; then OSNAME='rhel' yum install -y wget zip unzip +elif grep -Eqi "Anolis" /etc/issue || grep -Eqi "Anolis" /etc/*-release; then + OSNAME='rhel' + yum install -y wget curl zip unzip tar crontabs elif grep -Eqi "AlmaLinux" /etc/issue || grep -Eqi "AlmaLinux" /etc/*-release; then OSNAME='rhel' yum install -y wget zip unzip tar