Honza Horak a0d8469788 Add --install-missing-tools argument and do not install missing deps automatically
The script previously attempted to install missing deps using sudo
automatically, which does not seem to be a good practice, as installing
sw should be a deliberate action of a human. If it is necessary to do it
automatically in some CI, there is a new argument --install-missing-tools=on
for that.

This change also determines expected wget package name, as it is actually
called wget2-wget starting Fedora 40 and RHEL 10, which means the detection
using rpm -q might not work when asking for wget only, and it ran dnf
unnecessarily.
2024-07-24 10:47:47 +02:00
2024-05-29 13:06:23 -04:00
2024-06-21 12:00:09 -04:00
2024-06-21 12:00:09 -04:00
Description
Languages
Jinja 61.3%
Shell 26.9%
JavaScript 11.8%