Skip to content

Commit

Permalink
fix: test-prep.sh: add system76-io copr when kmod rpm is present
Browse files Browse the repository at this point in the history
  • Loading branch information
ssweeny committed Dec 24, 2024
1 parent e136e4d commit bd2c910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ curl -LsSf -o /etc/yum.repos.d/_copr_hikariknight-looking-glass-kvmfr.repo \
"https://copr.fedorainfracloud.org/coprs/hikariknight/looking-glass-kvmfr/repo/fedora-${COPR_RELEASE}/hikariknight-looking-glass-kvmfr-fedora-${COPR_RELEASE}.repo"
fi

if [[ -f $(find /tmp/akmods-rpms/kmods/kmod-system76-io-*.rpm) ]]; then
curl -LsSf -o /etc/yum.repos.d/_copr_ssweeny-system76-io.repo \
"https://copr.fedorainfracloud.org/coprs/ssweeny/system76-hwe/repo/fedora-${COPR_RELEASE}/ssweeny-system76-hwe-fedora-${COPR_RELEASE}.repo"
fi

if [[ -f $(find /tmp/akmods-rpms/kmods/kmod-nvidia-*.rpm) ]]; then
curl -Lo /etc/yum.repos.d/negativo17-fedora-nvidia.repo \
"https://negativo17.org/repos/fedora-nvidia.repo"
Expand Down

0 comments on commit bd2c910

Please sign in to comment.