|
@@ -221,7 +221,6 @@ function mesh_install_ipfs_js {
|
221
|
221
|
return
|
222
|
222
|
fi
|
223
|
223
|
|
224
|
|
- chroot ${rootdir} apt-get -yq install nodejs curl
|
225
|
224
|
chroot ${rootdir} apt-get -yq install libpam0g-dev fuse
|
226
|
225
|
|
227
|
226
|
if [ ! -f ${rootdir}/usr/bin/nodejs ]; then
|
|
@@ -300,8 +299,6 @@ function install_ipfs_js {
|
300
|
299
|
return
|
301
|
300
|
fi
|
302
|
301
|
|
303
|
|
- apt-get -yq install nodejs
|
304
|
|
- apt-get -yq install npm
|
305
|
302
|
apt-get -yq install libpam0g-dev fuse
|
306
|
303
|
|
307
|
304
|
if [ ! -f /usr/bin/nodejs ]; then
|