mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor Ubuntu support
This commit is contained in:
parent
25b89573e5
commit
7a4a09f9bc
1 changed files with 2 additions and 2 deletions
4
quickget
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…
Add table
Add a link
Reference in a new issue