Skip to content

Commit

Permalink
chore(ci): minor improvement for RPMFUSION_MIRROR (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Feb 9, 2024
1 parent d8ec8ea commit 189fbee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ fi
## install packages direct from github
/tmp/github-release-install.sh sigstore/cosign x86_64

# reset forced use of single rpmfusion mirror
rename -v .repo.bak .repo /etc/yum.repos.d/rpmfusion-*repo.bak
if [ -n "${RPMFUSION_MIRROR}" ]; then
# reset forced use of single rpmfusion mirror
echo "Revert from single rpmfusion mirror: ${RPMFUSION_MIRROR}"
rename -v .repo.bak .repo /etc/yum.repos.d/rpmfusion-*repo.bak
fi

0 comments on commit 189fbee

Please sign in to comment.