Install datboi within the scuttlebot app
This commit is contained in:
parent
b015720228
commit
1feb529b86
|
@ -376,6 +376,13 @@ EOF
|
|||
rm $rootdir/usr/bin/install_dat
|
||||
}
|
||||
|
||||
function install_dat {
|
||||
npm install -g dat
|
||||
npm install -g @garbados/dat-boi
|
||||
npm install -g add-to-systemd
|
||||
add-to-systemd dat-boi --user $(whoami) `which dat-boi`
|
||||
}
|
||||
|
||||
function mesh_install_scuttlebot {
|
||||
SCUTTLEBOT_ONION_HOSTNAME=
|
||||
|
||||
|
@ -436,7 +443,7 @@ function install_scuttlebot {
|
|||
exit 528253
|
||||
fi
|
||||
|
||||
npm install -g dat
|
||||
install_dat
|
||||
npm install -g git-ssb
|
||||
npm install -g git-remote-ssb
|
||||
|
||||
|
|
Loading…
Reference in New Issue