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.
…
…
…
Description
Languages
Jinja
61.3%
Shell
26.9%
JavaScript
11.8%