Skip to content

Commit

Permalink
Merge pull request #622 from angry-bender/master
Browse files Browse the repository at this point in the history
Update linux.rst - Fixed installation documentation to get correct version of neo4j
  • Loading branch information
JonasBK authored May 2, 2023
2 parents 73b7bcf + 461cfac commit 8dbb079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,7 +44,7 @@ Install neo4j

::

sudo apt-get install neo4j
sudo apt-get install neo4j=1:4.4.12

3. Stop neo4j

Expand Down

0 comments on commit 8dbb079

Please sign in to comment.