Skip to content
Snippets Groups Projects
Commit 9d10dc37 authored by Moul's avatar Moul
Browse files

[fix] duniter.sh: add node.js v6 in list of working version.

parent ced0a3ff
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ duniter() { ...@@ -35,7 +35,7 @@ duniter() {
VERSION=`$NODE -v` VERSION=`$NODE -v`
if [[ $VERSION != v5* && $VERSION != v4* ]]; then if [[ $VERSION != v6* && $VERSION != v5* && $VERSION != v4* ]]; then
echo "$NODE v5 or v4 is required"; echo "$NODE v5 or v4 is required";
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment