Skip to content
Snippets Groups Projects
Commit ecd0706e authored by Bob Mottram's avatar Bob Mottram
Browse files

Still include audacity within the mesh client

parent a6a24b96
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment