Browse Source

Include dat in scuttlebot install

Bob Mottram 7 years ago
parent
commit
d71adade06
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-scuttlebot

+ 2
- 0
src/freedombone-app-scuttlebot View File

@@ -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