Browse Source

Set lil-pids version

Bob Mottram 7 years ago
parent
commit
aca9aed871
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-datserver

+ 1
- 1
src/freedombone-app-datserver View File

@@ -239,7 +239,7 @@ function install_datserver {
239 239
 
240 240
     install_nodejs datserver
241 241
 
242
-    if ! npm install -g lil-pids; then
242
+    if ! npm install -g lil-pids@2.6.1; then
243 243
         echo $'unable to install lil-pids'
244 244
         exit 8456721
245 245
     fi