fix vlc installation

This commit is contained in:
Serge Schneider
2020-05-27 17:19:25 +01:00
parent 906c587fcd
commit d4049eeffb
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ pprompt
piwiz
rp-prefapps
ffmpeg
vlc
vlc vlc-data=3.0.10-0+deb10u1
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash -e
on_chroot <<EOF
apt-mark auto vlc-data
EOF