diff --git a/quickget b/quickget index 22befaf..7e9a18b 100755 --- a/quickget +++ b/quickget @@ -514,10 +514,10 @@ function releases_tails() { } function releases_ubuntu() { - echo bionic \ - focal \ - hirsute \ - impish \ + echo 18.04 \ + 20.04 \ + 21.04 \ + 21.10 \ devel \ canary }