diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 97927b3c..131952db 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -607,8 +607,6 @@ install_ferment() { return fi - chroot "$rootdir" apt-get -yq install audacity - get_npm_arch git clone $FERMENT_REPO $rootdir/etc/ferment @@ -890,6 +888,9 @@ function configure_user_interface { # clipboard chroot "$rootdir" apt-get -yq install xclip + # audio recording + chroot "$rootdir" apt-get -yq install audacity + # Produce a text file on the desktop listing users on the mesh cat < $rootdir/usr/bin/list-tox-users #!/bin/bash