pr comments

This commit is contained in:
Michael Legleux
2026-03-31 12:35:01 -07:00
parent b2b04afd5f
commit deba938eef
2 changed files with 1 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ if command -v apt-get &>/dev/null; then
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq xrpld
}
elif command -v yum &>/dev/null; then
REPO=${REPO-stable}
REPO=${REPO:-stable}
if [[ ! "$REPO" =~ ^(stable|unstable|nightly|develop)$ ]]; then
echo "Invalid REPO value: ${REPO}" >&2
exit 1