2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

go-xcat should not use available option

This commit is contained in:
Mark Gurevich 2023-03-02 14:12:43 -05:00
parent 82aa917a58
commit b35fc1b0e7

View File

@ -1755,7 +1755,7 @@ function el9_epel_and_crb_check()
else
[[ "${GO_XCAT_LINUX_VERSION}" =~ ^9(\.[0-9]) ]] || return 0
fi
${action} list available -q ${EL9_EPEL_TEST_RPM}
${action} list -q ${EL9_EPEL_TEST_RPM}
ret="$?"
case "${ret}" in
"1")
@ -1766,7 +1766,7 @@ Installation on ${GO_XCAT_LINUX_DISTRO} ${GO_XCAT_LINUX_VERSION} requires EPEL r
exit 1
;;
esac
${action} list available -q ${EL9_CRB_TEST_RPM}
${action} list -q ${EL9_CRB_TEST_RPM}
ret="$?"
case "${ret}" in
"1")