From b46faa6b51ce6a96aa12672347dfa9e90e9b899d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Oct 2017 13:56:37 +0100 Subject: [PATCH] If you're going to listen to audio then you presumably also need the ability to create it --- src/freedombone-image-customise | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 20976c7c..88ac7982 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -607,6 +607,8 @@ install_ferment() { return fi + chroot "$rootdir" apt-get -yq install audacity + get_npm_arch git clone $FERMENT_REPO $rootdir/etc/ferment