switch to version numbers fixes #376 (#377)

pull/378/head
Alan Pope 3 years ago committed by GitHub
parent 5cf883a73a
commit 3ef1bfa003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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
}

Loading…
Cancel
Save