1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

try install with a clone, cause there is an issue installing on YunoHost

This commit is contained in:
Moul 2015-06-07 04:48:50 -04:00
parent d88b206720
commit 523d9fb61a

View file

@ -16,7 +16,9 @@ sudo apt-get -y -qq install nodejs npm nodejs-legacy
sudo npm install -g npm sudo npm install -g npm
# Install uCoin node and pm2 daemon manager # 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 # Check port availability
sudo yunohost app checkport $port sudo yunohost app checkport $port