From 51782161252f376eef8819163c34d3f1f4228db7 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Fri, 4 Apr 2025 15:12:29 +0200 Subject: [PATCH] Split the code example --- 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 cdb623be5..8b36ce0dd 100644 --- a/modules/ROOT/pages/installation/linux/rpm.adoc +++ b/modules/ROOT/pages/installation/linux/rpm.adoc @@ -24,6 +24,12 @@ Use the following as `root` to add the repository: [source, shell, subs="attributes"] ---- rpm --import https://debian.neo4j.com/neotechnology.gpg.key +---- ++ +Create a `neo4j.repo` file by running the following: ++ +[source, shell, subs="attributes"] +---- cat << EOF > /etc/yum.repos.d/neo4j.repo [neo4j] name=Neo4j RPM Repository