Skip to content

Commit

Permalink
fix(surface-nvidia): Exclude OBS vkcapture (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Nov 3, 2023
1 parent 0dd308a commit 1df46b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,12 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
vkBasalt.i686 \
mangohud.x86_64 \
mangohud.i686 \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
gperftools-libs.i686 && \
if [[ "${IMAGE_FLAVOR}" != "surface-nvidia" ]]; then \
rpm-ostree install \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
; fi && \
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 && \
Expand Down

0 comments on commit 1df46b0

Please sign in to comment.