diff --git a/docs/books/incus_server/01-install.md b/docs/books/incus_server/01-install.md index f654a7b794..4c30c8ab20 100644 --- a/docs/books/incus_server/01-install.md +++ b/docs/books/incus_server/01-install.md @@ -32,7 +32,7 @@ If there were kernel updates during the upgrade process, reboot the server. Install the OpenZFS repository with: ```bash -dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm +dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm ``` ## Install `dkms`, `vim`, and `kernel-devel` diff --git a/docs/books/lxd_server/01-install.md b/docs/books/lxd_server/01-install.md index 4c0bade162..c2cbdb6e72 100644 --- a/docs/books/lxd_server/01-install.md +++ b/docs/books/lxd_server/01-install.md @@ -29,12 +29,12 @@ dnf upgrade If there were any kernel updates during the upgrade process, reboot the server. -### OpenZFS repository for 8 and 9 +### OpenZFS repository Install the OpenZFS repository with: ```bash -dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm +dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm ``` ## Install `snapd`, `dkms`, `vim`, and `kernel-devel`