Still include audacity within the mesh client
This commit is contained in:
parent
a6a24b9655
commit
ecd0706eac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue