浏览代码

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,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