From cc71bb8e70ad1fc66304b34561a4aac67a3cedb0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:18:18 +0200 Subject: [PATCH] nodejs --- install/openthread-br-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/openthread-br-install.sh b/install/openthread-br-install.sh index 5b3d34a9..b9e4e362 100644 --- a/install/openthread-br-install.sh +++ b/install/openthread-br-install.sh @@ -33,11 +33,11 @@ $STD apt install -y \ libnetfilter-queue1 \ libnetfilter-queue-dev \ libprotobuf-dev \ - protobuf-compiler \ - nodejs \ - npm + protobuf-compiler msg_ok "Installed Dependencies" +setup_nodejs + msg_info "Cloning OpenThread Border Router" # git clone is needed to fetch submodules, fetch_and_deploy_gh_release doesn't support this. We use --depth 1 to minimize the amount of data cloned, but it still may take a while. $STD git clone --depth 1 https://github.com/openthread/ot-br-posix /opt/ot-br-posix