add rocky 8.6 support

This commit is contained in:
Ryo Nakamura
2022-11-13 17:53:46 +09:00
parent e9d5ceb462
commit 8719b35694
6 changed files with 53 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ case $ID in
ubuntu*)
apt-get install -y gcc make cmake libssh-dev
;;
centos* | rhel*)
dnf install -y gcc make cmake libssh-devel rpm-build
centos* | rhel* | rocky*)
yum install -y gcc make cmake libssh-devel rpm-build
;;
*)
echo "unsupported dependency install: $ID"