chore: list distribution releases by release date
Old releases should be popped from the left/top and new releases should be added to the right/bottom of any distro release list.
This commit is contained in:
parent
5eda6093f4
commit
7d514a9306
14 changed files with 58 additions and 58 deletions
2
install
2
install
|
@ -305,8 +305,8 @@ check_distribution() {
|
|||
|
||||
# shellcheck disable=SC2034
|
||||
case "$ID-$VERSION_ID" in
|
||||
debian-11) is_debian=true && distro="bullseye" ;;
|
||||
ubuntu-20.04) is_ubuntu=true && distro="focal" ;;
|
||||
debian-11) is_debian=true && distro="bullseye" ;;
|
||||
*)
|
||||
error << "EOF"
|
||||
could not determine supported distribution "$ID-$VERSION_ID"!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue