Skip to content

Commit

Permalink
chore: Fix repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 24, 2023
1 parent 03ccff2 commit 5598f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY nokmods-packages.json /tmp/nokmods-packages.json
COPY --from=ghcr.io/ublue-os/config:latest /rpms /tmp/rpms

RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora).repo/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo.repo -O /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
/tmp/nokmods-install.sh && \
/tmp/nokmods-post-install.sh && \
# temporary fix for https://github.com/containers/podman/issues/19930
Expand Down

0 comments on commit 5598f32

Please sign in to comment.