From 523d9fb61a0ff6e1a6383174f331338e0c14aaaa Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 7 Jun 2015 04:48:50 -0400 Subject: [PATCH] try install with a clone, cause there is an issue installing on YunoHost --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index aee1135..933029c 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,9 @@ sudo apt-get -y -qq install nodejs npm nodejs-legacy sudo npm install -g npm # Install uCoin node and pm2 daemon manager -sudo npm install -g ucoin pm2 +git clone https://github.com/ucoin-io/ucoin /tmp/ucoin +sudo npm install -g /tmp/ucoin +sudo npm install -g pm2 # Check port availability sudo yunohost app checkport $port