Skip to content

Commit

Permalink
feat: add gum for scripting (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Oct 20, 2023
1 parent 054b7ea commit e64747e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/vhs/rel
wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64 -O /tmp/ttyd && \
install -c -m 0755 /tmp/ttyd /usr/bin/ttyd

# Install Charm gum
RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/gum/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url')

# Set up services
RUN systemctl enable podman.socket && \
systemctl disable pmie.service && \
Expand Down

0 comments on commit e64747e

Please sign in to comment.