From afe5adcb1c7b604f031e036a074d86ddbf0106c1 Mon Sep 17 00:00:00 2001 From: Thierry Graff Date: Thu, 21 Mar 2024 14:22:55 +0100 Subject: [PATCH] Adapt alldownloads.rst to install on LMDE (Linux Mint Debian Edition) In Linux Mint distribution, the variable to print the distribution name is in general $UBUNTU_CODENAME, but for LMDE (Linux Mint Debian Edition), it is $DEBIAN_CODENAME. --- source/site/forusers/alldownloads.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/site/forusers/alldownloads.rst b/source/site/forusers/alldownloads.rst index b39161ad0d..bc023df840 100644 --- a/source/site/forusers/alldownloads.rst +++ b/source/site/forusers/alldownloads.rst @@ -163,6 +163,7 @@ Add the QGIS repo for the latest stable QGIS (|version|.x |codename|) to ``/etc/ .. note:: ``Suites`` in above lines depends on your distribution. ``lsb_release -cs`` will show your distribution name. In some distributions (like Linux Mint), ``. /etc/os-release; echo "$UBUNTU_CODENAME"`` will show the correct distibution name. + In LMDE (Linux Mint Debian Edition), ``. /etc/os-release; echo "$DEBIAN_CODENAME"`` will show the correct distibution name. See `Available codenames`_.