fix: Parse Version from container and remove ostree commit

This commit is contained in:
Gerald Pinder 2025-05-31 00:35:16 -04:00
parent 783b9cb2d6
commit 33bebb5e29
16 changed files with 30 additions and 30 deletions

View file

@ -3,7 +3,9 @@
set -euo pipefail
if ! command -v jq > /dev/null; then
rpm-ostree install jq
if command -v rpm-ostree > /dev/null; then
rpm-ostree install jq
else
dnf -y install jq
fi
fi
ostree container commit