Skip to content

Commit c451efe

Browse files
committed
2-8
Signed-off-by: Tony Hutter <[email protected]>
1 parent 5ba7d07 commit c451efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/qemu-test-repo-vm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ case $OS in
6868
almalinux*)
6969
url='https://raw.githubusercontent.com/openzfs/openzfs-docs/refs/heads/master/docs/Getting%20Started/RHEL-based%20distro/index.rst'
7070
name=$(curl -Ls $url | grep 'dnf install' | grep -Eo 'zfs-release-[0-9]+-[0-9]+')
71+
name="zfs-release-2-8"
7172
sudo dnf -y install https://zfsonlinux.org/epel/$name$(rpm --eval "%{dist}").noarch.rpm 2>&1
7273
sudo rpm -qi zfs-release
7374
test_install zfs $ALTHOST

0 commit comments

Comments
 (0)