Skip to content

Commit

Permalink
feat(deck): Add HHD-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 13, 2024
1 parent 56f40aa commit a8f5feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ RUN rpm-ostree install \
xorg-x11-server-Xvfb \
python-vdf \
python-crcmod && \
curl -L $(curl -s "https://api.github.com/repos/hhd-dev/hhd-ui/releases/latest" | grep "browser_download_url" | cut -d '"' -f 4) -o /usr/bin/hhd-ui && \
chmod +x /usr/bin/hhd-ui && \
git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git \
--depth 1 \
/tmp/jupiter-dock-updater-bin && \
Expand Down

0 comments on commit a8f5feb

Please sign in to comment.