mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
chore: Restore LatencyFleX installer
This commit is contained in:
parent
2100bab41d
commit
dbb1980cf8
@ -329,6 +329,14 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
|
||||
dnf5 -y --setopt=install_weak_deps=False install \
|
||||
steam \
|
||||
lutris && \
|
||||
curl -Lo /tmp/latencyflex.tar.xz $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') && \
|
||||
mkdir -p /tmp/latencyflex && \
|
||||
tar --no-same-owner --no-same-permissions --no-overwrite-dir --strip-components 1 -xvf /tmp/latencyflex.tar.xz -C /tmp/latencyflex && \
|
||||
rm -f /tmp/latencyflex.tar.xz && \
|
||||
mkdir -p /usr/lib64/latencyflex && \
|
||||
cp -r /tmp/latencyflex/wine/usr/lib/wine/* /usr/lib64/latencyflex/ && \
|
||||
curl -Lo /usr/bin/latencyflex https://raw.githubusercontent.com/KyleGospo/LatencyFleX-Installer/main/install.sh && \
|
||||
chmod +x /usr/bin/latencyflex && \
|
||||
/ctx/cleanup
|
||||
|
||||
# Configure KDE & GNOME
|
||||
|
Loading…
x
Reference in New Issue
Block a user