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

Install nodejs

parent 6b169777
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,8 @@ function install_jitsi {
# add jitsi repo
jitsi_deb_repo=unstable
apt-get -yq install wget debconf-utils
install_nodejs jitsi
npm install -g browserify@13.1.1
if ! grep "jitsi" /etc/apt/sources.list; then
echo "deb http://download.jitsi.org/nightly/deb ${jitsi_deb_repo}/" >> /etc/apt/sources.list
fi
......
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