Skip to content

Commit

Permalink
Use quiet mode in wget
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jul 4, 2021
1 parent 00dcc62 commit e9e1220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-neo4j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NEO4J_VERSION=3.3.0

cd "$( cd "$( dirname "$0" )" && pwd )/../"
rm -rf neo4j-server
wget https://neo4j.com/artifact.php?name=neo4j-community-$NEO4J_VERSION-unix.tar.gz -O neo4j.tar.gz
wget -q https://neo4j.com/artifact.php?name=neo4j-community-$NEO4J_VERSION-unix.tar.gz -O neo4j.tar.gz
tar xf neo4j.tar.gz
mv neo4j-community-$NEO4J_VERSION neo4j-server

0 comments on commit e9e1220

Please sign in to comment.