Skip to content

Update bootstrap.sh

Jeremy Soller requested to merge msehnout:patch-2 into master

Created by: msehnout

Problem: Bootstrap uses yum instead of dnf even though PR #740 fixed it. The fix was reverted with PR #741 probably by mistake (?).

Solution: Apply the change again.

Changes introduced by this pull request: s/yum/dnf/

Merge request reports