diff --git a/scripts/pkgdep/rhel.sh b/scripts/pkgdep/rhel.sh index b2be71b67..7b0c764fe 100755 --- a/scripts/pkgdep/rhel.sh +++ b/scripts/pkgdep/rhel.sh @@ -120,7 +120,7 @@ if [[ $INSTALL_PMEM == "true" ]]; then fi if [[ $INSTALL_FUSE == "true" ]]; then # Additional dependencies for FUSE and NVMe-CUSE - yum install -y kernel-modules-extra fuse3-devel + yum install -y fuse3-devel fi if [[ $INSTALL_RDMA == "true" ]]; then # Additional dependencies for RDMA transport in NVMe over Fabrics