From 21430e8fc2cedae85b603b15f258e3fb7bec705f Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 8 Mar 2025 11:51:06 +0100 Subject: [PATCH] Update ubuntu --- actions/ubuntu | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/actions/ubuntu b/actions/ubuntu index a7870bf..5b87f23 100644 --- a/actions/ubuntu +++ b/actions/ubuntu @@ -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=""