Browse Source

If you're going to listen to audio then you presumably also need the ability to create it

Bob Mottram 7 years ago
parent
commit
b46faa6b51
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-image-customise

+ 2
- 0
src/freedombone-image-customise View File

607
         return
607
         return
608
     fi
608
     fi
609
 
609
 
610
+    chroot "$rootdir" apt-get -yq install audacity
611
+
610
     get_npm_arch
612
     get_npm_arch
611
 
613
 
612
     git clone $FERMENT_REPO $rootdir/etc/ferment
614
     git clone $FERMENT_REPO $rootdir/etc/ferment