Skip to content

Commit a30c4c8

Browse files
authored
Merge pull request #84 from matwey/fedora_main
Fix RPM based builds with newer DNF versions.
2 parents 22dc4f2 + 1130b04 commit a30c4c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redhat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COMMON_PACKAGES="\
3030

3131
grep -q ^Fedora /etc/redhat-release && alias yum=dnf || true
3232

33-
yum -y --skip-broken update
33+
yum -y update
3434

3535
yum -y install $COMMON_PACKAGES $EXTRA_PACKAGES
3636

0 commit comments

Comments
 (0)