Add rpm-ostree config files for fixing systemd stuff on first install
This commit is contained in:
21
rpm-ostree/10-install-vlc.bash
Executable file
21
rpm-ostree/10-install-vlc.bash
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rpm-ostree override remove \
|
||||
noopenh264 \
|
||||
--install openh264 \
|
||||
--install gstreamer1-plugin-openh264 \
|
||||
--install mozilla-openh264
|
||||
|
||||
rpm-ostree override remove \
|
||||
mesa-va-drivers \
|
||||
libavcodec-free \
|
||||
libavfilter-free \
|
||||
libavformat-free \
|
||||
libavutil-free \
|
||||
libswresample-free \
|
||||
libswscale-free \
|
||||
--install ffmpeg \
|
||||
--install mesa-va-drivers-freeworld \
|
||||
--install ffmpegthumbnailer
|
||||
|
||||
rpm-ostree install vlc
|
||||
Reference in New Issue
Block a user