From f4a6bb188570edd6f1703e97507e1ae547ede620 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Tue, 17 Mar 2026 14:54:32 +0100 Subject: [PATCH] doc: remove the Open Source Example from Installation This commit replaces the Open Soruce example from the Installation section for CentOS. We updated the example for Ubuntu, but not for CentOS. We don't want to have any Open Source information in the docs. Fixes https://github.com/scylladb/scylladb/issues/29087 --- docs/getting-started/install-scylla/install-on-linux.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/install-scylla/install-on-linux.rst b/docs/getting-started/install-scylla/install-on-linux.rst index e8c938ffee..0b39015218 100644 --- a/docs/getting-started/install-scylla/install-on-linux.rst +++ b/docs/getting-started/install-scylla/install-on-linux.rst @@ -133,19 +133,19 @@ Install ScyllaDB sudo yum install scylla - Running the command installs the latest official version of ScyllaDB Open Source. - Alternatively, you can to install a specific patch version: + Running the command installs the latest official version of ScyllaDB. + Alternatively, you can install a specific patch version: .. code-block:: console sudo yum install scylla- - Example: The following example shows the command to install ScyllaDB 5.2.3. + Example: The following example shows installing ScyllaDB 2025.3.1. .. code-block:: console :class: hide-copy-button - sudo yum install scylla-5.2.3 + sudo yum install scylla-2025.3.1 .. include:: /getting-started/_common/setup-after-install.rst