Skip to content

Commit

Permalink
get-fedora-latest-config: enable only fedora and fedora-updates when …
Browse files Browse the repository at this point in the history
…downloading the rpm
  • Loading branch information
fepitre committed Apr 20, 2019
1 parent 5a1a029 commit a48e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-fedora-latest-config
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "x$latestrpm" != "x" ] && [ "x$releasever" != "x" ]; then

tmpdir="$(mktemp -d -p "$localdir")"
# download latest kernel rpm
dnf -q download kernel-core --disablerepo=*modular* --releasever="$releasever"
dnf -q download kernel-core --disablerepo=* --enablerepo=fedora --enablerepo=updates --releasever="$releasever"
mv "$latestrpm" "$tmpdir/$latestrpm.untrusted"

# check signature
Expand Down

0 comments on commit a48e051

Please sign in to comment.