Skip to content

Commit c11af71

Browse files
committed
feat: switch to upstream latest scopebuddy
1 parent 37c1bd6 commit c11af71

File tree

3 files changed

+5
-134
lines changed

3 files changed

+5
-134
lines changed

Containerfile

+5
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,11 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
336336
tar --no-same-owner --no-same-permissions --no-overwrite-dir -xvzf /tmp/ls-iommu.tar.gz -C /tmp/ls-iommu && \
337337
rm -f /tmp/ls-iommu.tar.gz && \
338338
cp -r /tmp/ls-iommu/ls-iommu /usr/bin/ && \
339+
curl -Lo /tmp/scopebuddy.tar.gz https://github.com/HikariKnight/ScopeBuddy/archive/refs/tags/$(curl https://api.github.com/repos/HikariKnight/scopebuddy/releases/latest | jq -r '.tag_name').tar.gz && \
340+
mkdir -p /tmp/scopebuddy && \
341+
tar --no-same-owner --no-same-permissions --no-overwrite-dir -xvzf /tmp/scopebuddy.tar.gz -C /tmp/scopebuddy && \
342+
rm -f /tmp/scopebuddy.tar.gz && \
343+
cp -r /tmp/scopebuddy/ScopeBuddy-*/bin/* /usr/bin/ && \
339344
/ctx/cleanup
340345

341346
# Install Steam & Lutris, plus supporting packages

system_files/desktop/shared/usr/bin/scb

-1
This file was deleted.

system_files/desktop/shared/usr/bin/scopebuddy

-133
This file was deleted.

0 commit comments

Comments
 (0)