We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be0825 commit 9b8407fCopy full SHA for 9b8407f
run-tests
@@ -8,7 +8,7 @@ install_rpm_deps () {
8
applications=(lvm2 python3-docutils python3-pyyaml python3-jinja2
9
python3-lxml btrfs-progs vim-common python3-coverage python3-inotify cryptsetup)
10
rpm -q --quiet -- "${applications[@]}" ||
11
- sudo dnf -- install "${applications[@]}" ||
+ sudo dnf install "${applications[@]}" ||
12
: # we don’t actually care if this succeeds
13
}
14
if { command -pv rpm && command -pv dnf; }>/dev/null; then install_rpm_deps; fi
0 commit comments