Skip to content

Instantly share code, notes, and snippets.

@rnix
Last active December 15, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnix/5265588 to your computer and use it in GitHub Desktop.
Save rnix/5265588 to your computer and use it in GitHub Desktop.
curl -ks https://gist.github.com/rnix/5265588/raw/neo4j-ubuntu.sh | sudo bash -

debian.neo4j.org

#!/bin/bash
curl -s http://debian.neo4j.org/neotechnology.gpg.key | apt-key add -
echo 'deb http://debian.neo4j.org/repo stable/' | tee /etc/apt/sources.list.d/neo4j.list
apt-get update -y
apt-get install neo4j-advanced -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment