From 8cd3383681785acaf2b2f5295b446ef01f2aa96f Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Fri, 4 Apr 2025 13:42:49 +0200 Subject: [PATCH] Split the code block --- modules/ROOT/pages/installation/linux/rpm.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/installation/linux/rpm.adoc b/modules/ROOT/pages/installation/linux/rpm.adoc index 754181306..43c207966 100644 --- a/modules/ROOT/pages/installation/linux/rpm.adoc +++ b/modules/ROOT/pages/installation/linux/rpm.adoc @@ -55,6 +55,12 @@ To use the repository for generally available versions of Neo4j, run the followi [source, shell, subs="attributes"] ---- rpm --import https://debian.neo4j.com/neotechnology.gpg.key +---- + +To create a `neo4j.repo` file, run the following command: + +[source, shell, subs="attributes"] +---- cat << EOF > /etc/yum.repos.d/neo4j.repo [neo4j] name=Neo4j RPM Repository