Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Router
Commits
e69623f8
Commit
e69623f8
authored
Feb 18, 2021
by
Florian Bruggisser
Browse files
added more recent npm installation
parent
a1a4eaa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
manager-service-install.sh
View file @
e69623f8
...
...
@@ -15,10 +15,11 @@ source manager-service.cfg
echo
"installing msoquitto..."
sudo
apt update
sudo
apt
install
acl
-y
sudo
apt
install
nodejs npm
-y
# update npm
npm
install
npm@latest
-g
# installing node
curl
-fsSL
https://deb.nodesource.com/setup_15.x | bash -
sudo
apt-get
install
-y
nodejs
sudo
apt-get
install
gcc g++ make
# add user
echo
"adding service user..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment