소스 검색

Set lil-pids version

Bob Mottram 7 년 전
부모
커밋
aca9aed871
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-datserver

+ 1
- 1
src/freedombone-app-datserver 파일 보기

@@ -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