Make listing supported OSs consistent with releases and editions

pull/373/head
Martin Wimpress 3 years ago
parent e13b931538
commit 4cee4d3d63
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 3
      quickget

@ -1835,7 +1835,8 @@ if [ -n "${1}" ]; then
exit 0
fi
else
echo "ERROR! You must specify an operating system:"
echo "ERROR! You must specify an operating system."
echo -n " - Operating Systems: "
os_support
exit 1
fi

Loading…
Cancel
Save