mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
fix: Symlink wine64 to wine (Solves a mistaken dependency issue in Lutris)
This commit is contained in:
parent
666d9cb784
commit
1e222d1d75
@ -269,6 +269,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
obs-vkcapture.x86_64 \
|
||||
obs-vkcapture.i686 \
|
||||
; fi && \
|
||||
ln -s /usr/bin/wine64 /usr/bin/wine && \
|
||||
wget $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') -O /tmp/latencyflex.tar.xz && \
|
||||
mkdir -p /tmp/latencyflex && \
|
||||
tar --strip-components 1 -xvf /tmp/latencyflex.tar.xz -C /tmp/latencyflex && \
|
||||
@ -522,6 +523,7 @@ RUN rpm-ostree install \
|
||||
winetricks \
|
||||
protontricks \
|
||||
gperftools-libs.i686 && \
|
||||
ln -s /usr/bin/wine64 /usr/bin/wine && \
|
||||
wget $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') -O /tmp/latencyflex.tar.xz && \
|
||||
mkdir -p /tmp/latencyflex && \
|
||||
tar --strip-components 1 -xvf /tmp/latencyflex.tar.xz -C /tmp/latencyflex && \
|
||||
|
Loading…
Reference in New Issue
Block a user