curl -ks https://gist.github.com/rnix/5265588/raw/neo4j-ubuntu.sh | sudo bash -
Last active
December 15, 2015 13:09
-
-
Save rnix/5265588 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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