Add vlc to play any media on the mesh client

This commit is contained in:
Bob Mottram 2016-09-08 17:24:25 +01:00
parent 5a9268d158
commit efea22a203
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 3 additions and 0 deletions

View File

@ -738,6 +738,9 @@ function configure_user_interface {
# for sound level control
chroot "$rootdir" apt-get -y install alsa-utils
# to play various media types
chroot "$rootdir" apt-get -y install vlc
# android adb to allow phones to be connected and for example transfer photos/documents
chroot "$rootdir" apt-get -y install android-tools-adb