소스 검색

Search for node

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

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

562
 INSTALLING_MESH=
562
 INSTALLING_MESH=
563
 
563
 
564
 install_patchwork() {
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
     chroot "$rootdir" apt-get -yq install libxext-dev libxtst-dev libxkbfile-dev
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
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
570
     wget https://www.npmjs.com/install.sh -O $rootdir/root/npm_install.sh
569
     if [ ! -f $rootdir/root/npm_install.sh ]; then
571
     if [ ! -f $rootdir/root/npm_install.sh ]; then
570
         echo $'Unable to download npm installer'
572
         echo $'Unable to download npm installer'