Przeglądaj źródła

Add vlc to play any media on the mesh client

Bob Mottram 9 lat temu
rodzic
commit
efea22a203
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Wyświetl plik

738
     # for sound level control
738
     # for sound level control
739
     chroot "$rootdir" apt-get -y install alsa-utils
739
     chroot "$rootdir" apt-get -y install alsa-utils
740
 
740
 
741
+    # to play various media types
742
+    chroot "$rootdir" apt-get -y install vlc
743
+
741
     # android adb to allow phones to be connected and for example transfer photos/documents
744
     # android adb to allow phones to be connected and for example transfer photos/documents
742
     chroot "$rootdir" apt-get -y install android-tools-adb
745
     chroot "$rootdir" apt-get -y install android-tools-adb
743
 
746