mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat: Add unrar by default, this is used by enough games & mods to be a default package.
chore: Remove waydroid on Fedora 39 builds, we'll be switching to distrobox images for this going forward.
This commit is contained in:
parent
d90fe0179b
commit
4ca5a6a188
@ -85,6 +85,8 @@ RUN rpm-ostree install \
|
||||
yad \
|
||||
f3 \
|
||||
pulseaudio-utils \
|
||||
unrar \
|
||||
lzip \
|
||||
twitter-twemoji-fonts \
|
||||
lato-fonts \
|
||||
fira-code-fonts && \
|
||||
@ -163,10 +165,12 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
rpm-ostree install \
|
||||
rocm-hip \
|
||||
rocm-opencl \
|
||||
waydroid \
|
||||
lzip \
|
||||
weston \
|
||||
rocm-opencl && \
|
||||
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
|
||||
rpm-ostree install \
|
||||
waydroid \
|
||||
weston \
|
||||
; fi \
|
||||
; else \
|
||||
rpm-ostree override remove \
|
||||
distrobox && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user