소스 검색

Still include audacity within the mesh client

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

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

607
         return
607
         return
608
     fi
608
     fi
609
 
609
 
610
-    chroot "$rootdir" apt-get -yq install audacity
611
-
612
     get_npm_arch
610
     get_npm_arch
613
 
611
 
614
     git clone $FERMENT_REPO $rootdir/etc/ferment
612
     git clone $FERMENT_REPO $rootdir/etc/ferment
890
     # clipboard
888
     # clipboard
891
     chroot "$rootdir" apt-get -yq install xclip
889
     chroot "$rootdir" apt-get -yq install xclip
892
 
890
 
891
+    # audio recording
892
+    chroot "$rootdir" apt-get -yq install audacity
893
+
893
     # Produce a text file on the desktop listing users on the mesh
894
     # Produce a text file on the desktop listing users on the mesh
894
     cat <<EOF > $rootdir/usr/bin/list-tox-users
895
     cat <<EOF > $rootdir/usr/bin/list-tox-users
895
 #!/bin/bash
896
 #!/bin/bash