Add vlc to play any media on the mesh client
This commit is contained in:
parent
5a9268d158
commit
efea22a203
|
@ -738,6 +738,9 @@ function configure_user_interface {
|
||||||
# for sound level control
|
# for sound level control
|
||||||
chroot "$rootdir" apt-get -y install alsa-utils
|
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
|
# android adb to allow phones to be connected and for example transfer photos/documents
|
||||||
chroot "$rootdir" apt-get -y install android-tools-adb
|
chroot "$rootdir" apt-get -y install android-tools-adb
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue