mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
fix: Disable negativo when installing libbluray to avoid installing makemkv
This commit is contained in:
parent
63565cf7e3
commit
2925b83cee
@ -178,11 +178,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
|
||||
for repo in "${!toswap[@]}"; do \
|
||||
for package in ${toswap[$repo]}; do dnf5 -y swap --repo=$repo $package $package; done; \
|
||||
done && unset -v toswap repo package && \
|
||||
dnf5 config-manager setopt fedora-multimedia.enabled=0 && \
|
||||
dnf5 -y install --enable-repo="*rpmfusion*" \
|
||||
libaacs \
|
||||
libbdplus \
|
||||
libbluray \
|
||||
libbluray-utils && \
|
||||
dnf5 config-manager setopt fedora-multimedia.enabled=1 && \
|
||||
/ctx/cleanup
|
||||
|
||||
# Remove unneeded packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user