even more debug output

This commit is contained in:
Cian Johnston 2026-01-07 16:16:13 +00:00
parent b2c1ff0770
commit a6aca54728
No known key found for this signature in database
GPG Key ID: F57401F0A40CBB29
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -euo pipefail
set -x
BOLD='\033[0;1m'

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -euo pipefail
set -x
command_exists() {
command -v "$1" > /dev/null 2>&1