diff options
Diffstat (limited to 'bin/ubuntu-codename-to-version.sh')
-rwxr-xr-x | bin/ubuntu-codename-to-version.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index e7c6870..7e375f4 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -47,6 +47,7 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("eoan") echo "19.10";; ("disco") echo "19.04";; ("cosmic") echo "18.10";; ("bionic") echo "18.04";; |