mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 12:39:58 +00:00
chore: Add CharmVHS & CharmGUM for future use in just commands
This commit is contained in:
parent
739af5b587
commit
a55eecf5a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user