We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98856ab commit c0c90acCopy full SHA for c0c90ac
scripts/install.sh
@@ -52,7 +52,7 @@ install_system_packages() {
52
# Check for sudo access
53
if sudo -n true 2>/dev/null; then
54
# Detect OS and install packages accordingly
55
- if [ -f /etc/fedora-release ]; then
+ if [ -f /etc/fedora-release ] || [ -f /etc/centos-release ]; then
56
log_info "Detected Fedora OS"
57
sudo dnf install -y libibverbs rdma-core libmlx5 libibverbs-devel rdma-core-devel
58
elif [ -f /etc/lsb-release ] || [ -f /etc/ubuntu-release ]; then
0 commit comments