Skip to content
Snippets Groups Projects
Commit c5f7f360 authored by Bob Mottram's avatar Bob Mottram
Browse files

Two stage package install

Because it's possible for npm to fail if it has been upgraded
parent 79a26d1a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,8 @@ function install_ipfs_js {
return
fi
apt-get -y install npm libpam0g-dev fuse
apt-get -y install npm
apt-get -y install libpam0g-dev fuse
npm cache clean -f
npm install -g n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment