bazzite/build_files/dnf5-search
Zeglius 0215fe4e7f
chore(Containerfile): More bulletproof config-manager setopt (#2199)
* chore(Containerfile): More bulletproof config-manager setopt

* chore(Containerfile): Add missing negativo disabling
2025-01-28 12:35:06 -08:00

6 lines
130 B
Bash
Executable File

#!/usr/bin/bash
# Retrieve a list of repos ids by name or id
set -euo pipefail
dnf5 repo info --all --json "$@" | jq -r '.[].id'