chore: Add CharmVHS & CharmGUM for future use in just commands

This commit is contained in:
Kyle Gospodnetich 2023-10-26 14:38:37 -07:00
parent 739af5b587
commit a55eecf5a2

View File

@ -67,41 +67,45 @@ RUN rpm-ostree override remove \
# Install new packages
RUN rpm-ostree install \
ublue-update \
discover-overlay \
python3-pip \
libadwaita \
duperemove \
xwininfo \
xrandr \
rmlint \
compsize \
ddccontrol \
ddccontrol-gtk \
ddccontrol-db \
input-remapper \
system76-scheduler \
hl2linux-selinux \
ladspa-caps-plugins \
ladspa-noise-suppression-for-voice \
python3-icoextract \
tailscale \
btop \
fish \
xdotool \
wmctrl \
libcec \
yad \
f3 \
pulseaudio-utils \
unrar \
lzip \
libxcrypt-compat \
mesa-libGLU \
vulkan-tools \
twitter-twemoji-fonts \
lato-fonts \
fira-code-fonts && \
ublue-update \
discover-overlay \
python3-pip \
libadwaita \
duperemove \
xwininfo \
xrandr \
rmlint \
compsize \
ddccontrol \
ddccontrol-gtk \
ddccontrol-db \
input-remapper \
system76-scheduler \
hl2linux-selinux \
ladspa-caps-plugins \
ladspa-noise-suppression-for-voice \
python3-icoextract \
tailscale \
btop \
fish \
xdotool \
wmctrl \
libcec \
yad \
f3 \
pulseaudio-utils \
unrar \
lzip \
libxcrypt-compat \
mesa-libGLU \
vulkan-tools \
twitter-twemoji-fonts \
lato-fonts \
fira-code-fonts && \
rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/vhs/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url') && \
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') && \
wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64 -O /usr/bin/ttyd && \
chmod +x /usr/bin/ttyd && \
wget https://raw.githubusercontent.com/jlu5/icoextract/master/exe-thumbnailer.thumbnailer -O /usr/share/thumbnailers/exe-thumbnailer.thumbnailer && \
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer