fix vlc installation
This commit is contained in:
parent
906c587fcd
commit
d4049eeffb
2 changed files with 5 additions and 1 deletions
|
@ -22,4 +22,4 @@ pprompt
|
||||||
piwiz
|
piwiz
|
||||||
rp-prefapps
|
rp-prefapps
|
||||||
ffmpeg
|
ffmpeg
|
||||||
vlc
|
vlc vlc-data=3.0.10-0+deb10u1
|
||||||
|
|
4
stage4/00-install-packages/03-run.sh
Executable file
4
stage4/00-install-packages/03-run.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
on_chroot <<EOF
|
||||||
|
apt-mark auto vlc-data
|
||||||
|
EOF
|
Loading…
Reference in a new issue