From a029e6fad2041660cc2e63f237be6273888aa92a Mon Sep 17 00:00:00 2001 From: Frank Korving Date: Tue, 3 Oct 2023 09:38:43 +0300 Subject: [PATCH] Corrects neo4j version --- docs/installation/linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/linux.rst b/docs/installation/linux.rst index afc7c38d7..de0fb2251 100644 --- a/docs/installation/linux.rst +++ b/docs/installation/linux.rst @@ -30,7 +30,7 @@ Install neo4j :: wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add - - echo 'deb https://debian.neo4j.com stable 4' | sudo tee /etc/apt/sources.list.d/neo4j.list > /dev/null + echo 'deb https://debian.neo4j.com stable 4.4' | sudo tee /etc/apt/sources.list.d/neo4j.list > /dev/null sudo apt-get update 2. Install apt-transport-https with apt