Skip to content

Commit

Permalink
Add Red Hat Enterprise Linux
Browse files Browse the repository at this point in the history
Fixes #1191
  • Loading branch information
rui314 committed Feb 20, 2024
1 parent 9f07fd0 commit cefa2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*)
apt-get install -y cmake gcc g++
apt-get install -y file
;;
fedora-* | amzn-*)
fedora-* | amzn-* | rhel-*)
dnf install -y gcc-g++ cmake
dnf install -y glibc-static file libstdc++-static diffutils util-linux
;;
Expand Down

0 comments on commit cefa2d9

Please sign in to comment.