Refactor Ubuntu support

pull/139/head
Martin Wimpress 3 years ago committed by Martin Wimpress
parent 25b89573e5
commit 7a4a09f9bc
  1. 4
      quickget

@ -720,8 +720,8 @@ function get_ubuntu() {
RELEASES=$(releases_ubuntu)
if [[ "${RELEASES}" != *"${RELEASE}"* ]]; then
echo "ERROR! ${RELEASE} is not a supported release."
releases_ubuntu
echo "ERROR! ${RELEASE} is not a supported Ubuntu release."
echo "${RELEASES}"
exit 1
fi

Loading…
Cancel
Save