nodejs
This commit is contained in:
@@ -33,11 +33,11 @@ $STD apt install -y \
|
|||||||
libnetfilter-queue1 \
|
libnetfilter-queue1 \
|
||||||
libnetfilter-queue-dev \
|
libnetfilter-queue-dev \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
protobuf-compiler \
|
protobuf-compiler
|
||||||
nodejs \
|
|
||||||
npm
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
setup_nodejs
|
||||||
|
|
||||||
msg_info "Cloning OpenThread Border Router"
|
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.
|
# 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
|
$STD git clone --depth 1 https://github.com/openthread/ot-br-posix /opt/ot-br-posix
|
||||||
|
|||||||
Reference in New Issue
Block a user