Update ubuntu
This commit is contained in:
parent
ed05d218da
commit
21430e8fc2
|
|
@ -90,12 +90,11 @@ case "${OS}" in
|
|||
esac
|
||||
|
||||
# If there is a point in the release, check if it is less than 16.04
|
||||
if [[ "${RELEASE}" != *"daily"* ]]; then
|
||||
if [ "${RELEASE//./}" -lt 1604 ]; then
|
||||
GUEST="linux_old"
|
||||
fi
|
||||
fi
|
||||
|
||||
#if [[ "${RELEASE}" != *"daily"* ]]; then
|
||||
# if [ "${RELEASE//./}" -lt 1604 ]; then
|
||||
# GUEST="linux_old"
|
||||
# fi
|
||||
#fi
|
||||
|
||||
function releases_() {
|
||||
local VERSION_DATA=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue