Skip to content

Commit

Permalink
Set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 22, 2024
1 parent bb5c09a commit aa620b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dnf/dnf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Tell build process to exit if there are any errors.
set -euo pipefail
set -euxo pipefail

# Fail the build if dnf5 isn't installed
if ! rpm -q dnf5 &>/dev/null; then
Expand Down

0 comments on commit aa620b8

Please sign in to comment.