From 461cfac8e468d292e6e88a0649fd0e475780ec65 Mon Sep 17 00:00:00 2001 From: angry-bender Date: Fri, 9 Dec 2022 14:22:13 +1030 Subject: [PATCH] Update linux.rst Fixed installation documentation as 5.0 is now in the latest repo --- docs/installation/linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/linux.rst b/docs/installation/linux.rst index 38d1f13d1..d8368f843 100644 --- a/docs/installation/linux.rst +++ b/docs/installation/linux.rst @@ -31,7 +31,7 @@ Install neo4j :: wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add - - echo 'deb https://debian.neo4j.com stable latest' > /etc/apt/sources.list.d/neo4j.list + echo 'deb https://debian.neo4j.com stable 4.0' > /etc/apt/sources.list.d/neo4j.list sudo apt-get update 2. Install apt-transport-https with apt @@ -44,7 +44,7 @@ Install neo4j :: - sudo apt-get install neo4j + sudo apt-get install neo4j=1:4.4.12 3. Stop neo4j