Browse Source

Still include audacity within the mesh client

Bob Mottram 7 years ago
parent
commit
ecd0706eac
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/freedombone-image-customise

+ 3
- 2
src/freedombone-image-customise View File

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