From 277f3113bf24fa93b724af989a0c1d48d9e62094 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:36:34 -0600 Subject: [PATCH] Update zfs-install-redhat-alma.sh added ncompress preinstall pkg as dependency for zfs 211 --- zfs-install-redhat-alma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs-install-redhat-alma.sh b/zfs-install-redhat-alma.sh index 1ee734d..1b4ea4b 100644 --- a/zfs-install-redhat-alma.sh +++ b/zfs-install-redhat-alma.sh @@ -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 \