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

Include dat in scuttlebot install

parent 49f72d90
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,7 @@ function mesh_install_scuttlebot {
cat <<EOF > $rootdir/usr/bin/install_scuttlebot
#!/bin/bash
npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}
npm install --arch=$NPM_ARCH -g dat
npm install --arch=$NPM_ARCH -g git-ssb
npm install --arch=$NPM_ARCH -g git-remote-ssb
EOF
......@@ -419,6 +420,7 @@ function install_scuttlebot {
exit 528253
fi
npm install -g dat
npm install -g git-ssb
npm install -g git-remote-ssb
......
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