mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 12:39:58 +00:00
Revert "fix(temp): Remove obs vkcapture for now"
This reverts commit 1c902e6e6dc8fddceee99636a0207d2434db0c8a.
This commit is contained in:
parent
ec44469d8d
commit
0a64584277
@ -210,11 +210,11 @@ RUN rpm-ostree override replace \
|
||||
vk_hdr_layer.i686 \
|
||||
gperftools-libs.i686 \
|
||||
goverlay && \
|
||||
#if [[ ! "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
|
||||
#rpm-ostree install \
|
||||
#obs-vkcapture.x86_64 \
|
||||
#obs-vkcapture.i686 \
|
||||
#; fi && \
|
||||
if [[ ! "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
|
||||
rpm-ostree install \
|
||||
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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user