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