Fedora bootstrap: Check if packages are already installed
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