Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix: escape variables in 002-repos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Aug 18, 2024
1 parent 30e2a1f commit a088616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_base/002-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/fedora-cisco-openh264.repo
cat << EOF > /etc/yum.repos.d/kylegospo-oversteer.repo
[copr:copr.fedorainfracloud.org:kylegospo:oversteer]
name=Copr repo for oversteer owned by kylegospo
baseurl=https://download.copr.fedorainfracloud.org/results/kylegospo/oversteer/fedora-$releasever-$basearch/
baseurl=https://download.copr.fedorainfracloud.org/results/kylegospo/oversteer/fedora-\$releasever-\$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
Expand Down

0 comments on commit a088616

Please sign in to comment.