From 9503df88991b1e7dc6fde8486cc973f47429f988 Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 13 Jun 2015 09:00:17 -0400 Subject: [PATCH] update. Now it works on YunoHost :) --- README.md | 3 +-- manifest.json | 2 +- scripts/install | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d136e35..2abcc4a 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,4 @@ * [uCoin project](http://ucoin.io) * [YunoHost project](https://yunohost.org/#/) -* There is still an issue installing on Debian Jessie 64bits -* There is still an issue installing uCoin on ARM +* (There is still an issue installing uCoin on ARM) diff --git a/manifest.json b/manifest.json index a702d71..b808a6f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "fr": "Nœux uCoin qui permet de participer l'écriture de blocs. Système monétaire à Dividende universel, monnaie libre, Thérorie Relative de la Monnaie" }, "url": "http://ucoin.io/", - "licence": "MIT", + "licence": "GPL3", "maintainer": { "name": "Moul", "email": "moul@moul.re", diff --git a/scripts/install b/scripts/install index 933029c..7d46e62 100755 --- a/scripts/install +++ b/scripts/install @@ -13,12 +13,10 @@ pwd=$6 # Install dependencies: nodejs, npm sudo apt-get -y -qq install nodejs npm nodejs-legacy -sudo npm install -g npm # Install uCoin node and pm2 daemon manager git clone https://github.com/ucoin-io/ucoin /tmp/ucoin -sudo npm install -g /tmp/ucoin -sudo npm install -g pm2 +sudo npm install -g /tmp/ucoin pm2 # Check port availability sudo yunohost app checkport $port