Skip to content

Commit

Permalink
Merge pull request #1418 from christycylee/centos
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 authored Feb 20, 2025
2 parents 9306f69 + 015d538 commit 7fe4bee
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 @@ -13,7 +13,7 @@ ubuntu | pop | linuxmint | debian | raspbian | neon)
apt-get install -y cmake gcc g++
if [ "$ID-$VERSION_ID" = ubuntu-20.04 ]; then apt-get install -y g++-10; fi
;;
fedora | amzn | rhel)
fedora | amzn | rhel | centos)
dnf install -y gcc-g++ cmake glibc-static libstdc++-static diffutils util-linux tar
;;
rocky)
Expand Down

0 comments on commit 7fe4bee

Please sign in to comment.