|
@@ -369,6 +369,7 @@ function mesh_install_scuttlebot {
|
369
|
369
|
cat <<EOF > $rootdir/usr/bin/install_scuttlebot
|
370
|
370
|
#!/bin/bash
|
371
|
371
|
npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}
|
|
372
|
+npm install --arch=$NPM_ARCH -g dat
|
372
|
373
|
npm install --arch=$NPM_ARCH -g git-ssb
|
373
|
374
|
npm install --arch=$NPM_ARCH -g git-remote-ssb
|
374
|
375
|
EOF
|
|
@@ -419,6 +420,7 @@ function install_scuttlebot {
|
419
|
420
|
exit 528253
|
420
|
421
|
fi
|
421
|
422
|
|
|
423
|
+ npm install -g dat
|
422
|
424
|
npm install -g git-ssb
|
423
|
425
|
npm install -g git-remote-ssb
|
424
|
426
|
|