From f70b3c303da7b29739c4f068f843df9c4b741ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20B=C3=BClow=20Knudsen?= Date: Wed, 17 Aug 2022 14:43:46 +0200 Subject: [PATCH] Install latest instead of 4.0 Neo4j for Linux --- 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 2bbf95d92..bd5562de1 100644 --- a/docs/installation/linux.rst +++ b/docs/installation/linux.rst @@ -27,7 +27,7 @@ Install neo4j :: wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add - - echo 'deb https://debian.neo4j.com stable 4.0' > /etc/apt/sources.list.d/neo4j.list + echo 'deb https://debian.neo4j.com stable latest' > /etc/apt/sources.list.d/neo4j.list sudo apt-get update 2. Install apt-transport-https with apt