fix lsb release

This commit is contained in:
Mikhail Timofeev
2020-04-28 19:15:30 +03:00
parent 4e24f49520
commit 8bdf4867d5

View File

@@ -16,5 +16,5 @@ function isUbuntu18
function getOSVersionLabel
{
isUbuntu16 && echo xenial || echo bionic
lsb_release -cs
}