Update ubuntu

This commit is contained in:
zenobit 2025-03-08 11:51:06 +01:00 committed by GitHub
parent ed05d218da
commit 21430e8fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 6 deletions

View File

@ -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=""