Skip to content

Commit

Permalink
fix: enable incus copr for F41 (ublue-os#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
befanyt authored Nov 7, 2024
1 parent 7dd2ca0 commit 3802e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/dx/01-install-copr-repos-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3802e4b

Please sign in to comment.