Skip to content

Commit

Permalink
Add almalinux case
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd committed Jul 13, 2024
1 parent 961e12f commit 2a4dc44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/install_rocm_drm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ case "$ID" in
centos)
yum install -y libpciaccess-devel pkgconfig
;;
almalinux)
yum install -y libpciaccess-devel pkgconfig
;;
*)
echo "Unable to determine OS..."
exit 1
Expand Down

0 comments on commit 2a4dc44

Please sign in to comment.