diff --git a/images/linux/scripts/helpers/os.sh b/images/linux/scripts/helpers/os.sh index fa2d4cf44..7d8b174fd 100644 --- a/images/linux/scripts/helpers/os.sh +++ b/images/linux/scripts/helpers/os.sh @@ -16,5 +16,5 @@ function isUbuntu18 function getOSVersionLabel { - isUbuntu16 && echo xenial || echo bionic + lsb_release -cs } \ No newline at end of file