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:
parent
d88b206720
commit
523d9fb61a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue