Skip to content

Fedora bootstrap: Check if packages are already installed

Jeremy Soller requested to merge msehnout:master into master

Created by: msehnout

Problem: The bootstrap script asks for sudo password even though there is nothing to be installed.

Solution: Use rpm tool to check if the package is already installed and execute dnf install only if there is something to be installed.

Changes introduced by this pull request:

  • Few extra lines in bootstrap

State: done

Merge request reports