From 5945edc06077928703176919f4c1f237f9aba0ae Mon Sep 17 00:00:00 2001 From: abraunegg Date: Fri, 7 Apr 2023 16:51:15 +1000 Subject: [PATCH] Update ubuntu-package-install.md * Remove Linux Mint code names as they change between releases. --- docs/ubuntu-package-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index ff518c39..9f288584 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -124,9 +124,9 @@ If required, review the table below based on your 'lsb_release' information to p | Release & Codename | Instructions to use | |--------------------|---------------------| | Ubuntu 18.x / Bionic | You must build from source or upgrade your Operating System to Ubuntu 22.x | -| Linux Mint 19.x / Tina | You must build from source or upgrade your Operating System to Linux Mint 20.x | -| Linux Mint 20.x / Ulyana | Use [Ubuntu 20.04](#distribution-ubuntu-2004) instructions below | -| Linux Mint 21.x / Vanessa | Use [Ubuntu 22.04](#distribution-ubuntu-2204) instructions below | +| Linux Mint 19.x | You must build from source or upgrade your Operating System to Linux Mint 20.x | +| Linux Mint 20.x | Use [Ubuntu 20.04](#distribution-ubuntu-2004) instructions below | +| Linux Mint 21.x | Use [Ubuntu 22.04](#distribution-ubuntu-2204) instructions below | | Debian 10 | You must build from source or upgrade your Operating System to Debian 11 | | Debian 11 | Use [Debian 11](#distribution-debian-11) instructions below | | Raspbian GNU/Linux 10 | You must build from source or upgrade your Operating System to Raspbian GNU/Linux 11 |