Browse Source

Install nodejs

Bob Mottram 8 years ago
parent
commit
5c25386e57
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-jitsi

+ 2
- 0
src/freedombone-app-jitsi View File

@@ -225,6 +225,8 @@ function install_jitsi {
225 225
     # add jitsi repo
226 226
     jitsi_deb_repo=unstable
227 227
     apt-get -yq install wget debconf-utils
228
+    install_nodejs jitsi
229
+    npm install -g browserify@13.1.1
228 230
     if ! grep "jitsi" /etc/apt/sources.list; then
229 231
         echo "deb http://download.jitsi.org/nightly/deb ${jitsi_deb_repo}/" >> /etc/apt/sources.list
230 232
     fi