We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f0a8c commit 4638608Copy full SHA for 4638608
docs/reference/running/deployment/bare_metal.rst
@@ -40,6 +40,13 @@ Add the Gel package repository.
40
$(grep "VERSION_CODENAME=" /etc/os-release | cut -d= -f2) main \
41
| sudo tee /etc/apt/sources.list.d/gel.list
42
43
+.. note::
44
+
45
+ For non-LTS releases of Debian/Ubuntu (e.g. Ubuntu Oracular), one can install
46
+ package for latest LTS release, because they are usually forward compatible.
47
+ To do this, replace the ``$(grep ...)`` with the name of latest LTS release
48
+ (e.g. ``noble``).
49
50
Install the Gel package.
51
52
.. code-block:: bash
0 commit comments