From 828c9b24269e76c1c7c1da28e4216cb170820d9a Mon Sep 17 00:00:00 2001 From: befanyt <172807209+befanyt@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:27:20 +0100 Subject: [PATCH] fix: enable incus copr for latest --- build_files/dx/01-install-copr-repos-dx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/dx/01-install-copr-repos-dx.sh b/build_files/dx/01-install-copr-repos-dx.sh index c2ff4a4c591..08e1d24410a 100755 --- a/build_files/dx/01-install-copr-repos-dx.sh +++ b/build_files/dx/01-install-copr-repos-dx.sh @@ -3,7 +3,7 @@ set -eoux pipefail #incus, lxc, lxd -if [[ "${FEDORA_MAJOR_VERSION}" -lt "41" ]]; then +if [[ "${FEDORA_MAJOR_VERSION}" -lt "42" ]]; then curl -Lo /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo \ https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo fi