Update zfs-install-redhat-alma.sh

added ncompress preinstall pkg as dependency for zfs 211
This commit is contained in:
kneutron 2021-11-15 17:36:34 -06:00 committed by GitHub
parent c145a64cfb
commit 277f3113bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ if [ "$firstrun" -gt 0 ]; then
# REF: https://openzfs.github.io/openzfs-docs/Developer%20Resources/Custom%20Packages.html
yum install -y kernel-devel kernel-headers wget curl lsof
yum install -y kernel-devel kernel-headers wget curl lsof ncompress
yum groupinstall -y "Development Tools"
dnf install -y gcc make autoconf automake libtool rpm-build kernel-rpm-macros dkms libtirpc-devel \