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 5ba7d07 commit c451efeCopy full SHA for c451efe
.github/workflows/scripts/qemu-test-repo-vm.sh
@@ -68,6 +68,7 @@ case $OS in
68
almalinux*)
69
url='https://raw.githubusercontent.com/openzfs/openzfs-docs/refs/heads/master/docs/Getting%20Started/RHEL-based%20distro/index.rst'
70
name=$(curl -Ls $url | grep 'dnf install' | grep -Eo 'zfs-release-[0-9]+-[0-9]+')
71
+ name="zfs-release-2-8"
72
sudo dnf -y install https://zfsonlinux.org/epel/$name$(rpm --eval "%{dist}").noarch.rpm 2>&1
73
sudo rpm -qi zfs-release
74
test_install zfs $ALTHOST
0 commit comments