Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 90ae01b

Browse files
committed
use 3.3 for tar
1 parent 916419b commit 90ae01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/install-neo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
44
export JRE_HOME=/usr/lib/jvm/java-8-oracle
55

6-
wget http://dist.neo4j.org/neo4j-enterprise-3.3-unix.tar.gz > null
6+
wget http://dist.neo4j.org/neo4j-enterprise-3.3.0-unix.tar.gz > null
77
mkdir neo
8-
tar xzf neo4j-enterprise-3.0.1-unix.tar.gz -C neo --strip-components=1 > null
8+
tar xzf neo4j-enterprise-3.3.0-unix.tar.gz -C neo --strip-components=1 > null
99
sed -i.bak '/\(dbms\.security\.auth_enabled=\).*/s/^#//g' ./neo/conf/neo4j.conf
1010
neo/bin/neo4j start > null &

0 commit comments

Comments
 (0)