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,8 +607,6 @@ install_ferment() {
607 607
         return
608 608
     fi
609 609
 
610
-    chroot "$rootdir" apt-get -yq install audacity
611
-
612 610
     get_npm_arch
613 611
 
614 612
     git clone $FERMENT_REPO $rootdir/etc/ferment
@@ -890,6 +888,9 @@ function configure_user_interface {
890 888
     # clipboard
891 889
     chroot "$rootdir" apt-get -yq install xclip
892 890
 
891
+    # audio recording
892
+    chroot "$rootdir" apt-get -yq install audacity
893
+
893 894
     # Produce a text file on the desktop listing users on the mesh
894 895
     cat <<EOF > $rootdir/usr/bin/list-tox-users
895 896
 #!/bin/bash