소스 검색

Search for node

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

+ 3
- 1
src/freedombone-image-customise 파일 보기

@@ -562,9 +562,11 @@ INSTALL_DIR=$HOME/build
562 562
 INSTALLING_MESH=
563 563
 
564 564
 install_patchwork() {
565
-    chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs
565
+    chroot "$rootdir" apt-get -yq install g++ m4 libtool automake nodejs curl
566 566
     chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
567 567
 
568
+    chroot "$rootdir" which node
569
+    chroot "$rootdir" which nodejs
568 570
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
569 571
     if [ ! -f $rootdir/root/npm_install.sh ]; then
570 572
         echo $'Unable to download npm installer'