Bob Mottram 8 년 전
부모
커밋
0c0e2b9ecc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise 파일 보기

@@ -580,9 +580,9 @@ install_patchwork() {
580 580
             echo $'Unable to download npm installer'
581 581
             exit 8793636
582 582
         fi
583
+        chroot "$rootdir" chmod +x /root/npm_install.sh
584
+        chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
583 585
     fi
584
-    chroot "$rootdir" chmod +x /root/npm_install.sh
585
-    chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
586 586
 
587 587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
588 588