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

Dependencies

parent d8590600
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ IN_DEFAULT_INSTALL=0
SHOW_ON_ABOUT=0
SHOW_CLEARNET_ADDRESS_ON_ABOUT=0
SHOW_DOMAIN_IN_WEBADMIN=0
SCUTTLEBOT_VERSION='13.0.0'
SCUTTLEBOT_REPLICATE_NODES=10
SCUTTLEBOT_PORT=8010
......@@ -214,6 +213,7 @@ function mesh_install_scuttlebot {
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES libsodium23
chroot "$rootdir" $INSTALL_PACKAGES autotools-dev automake
get_npm_arch
mesh_setup_npm
......@@ -267,6 +267,7 @@ function install_scuttlebot {
install_nodejs scuttlebot
$INSTALL_PACKAGES libsodium23
$INSTALL_PACKAGES autotools-dev automake
if [ -d /etc/scuttlebot ]; then
rm -rf /etc/scuttlebot
......
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