Still include audacity within the mesh client

This commit is contained in:
Bob Mottram 2017-10-05 23:24:31 +01:00
parent a6a24b9655
commit ecd0706eac
1 changed files with 3 additions and 2 deletions

View File

@ -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 <<EOF > $rootdir/usr/bin/list-tox-users
#!/bin/bash