Skip to content
Snippets Groups Projects
Commit 95367d0f authored by Cédric Moreau's avatar Cédric Moreau Committed by GitHub
Browse files

[fix] #804 Installation via install.sh failed

parent c3ec5c11
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ install_from_git() {
# Install Duniter dependencies (NPM modules)
NODE=$DUNITER_DIR/node/bin/node
NPM=$DUNITER_DIR/node/bin/npm
$NPM install
$NODE $NPM install
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment