From b5c1095e38328a8300f94431168e560d49d8a63c Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 4 Feb 2025 16:18:40 -0600 Subject: [PATCH] feat: add sunshine, remove some fonts --- desktop-packages.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop-packages.sh b/desktop-packages.sh index 62b6a59..f0e69c3 100755 --- a/desktop-packages.sh +++ b/desktop-packages.sh @@ -8,6 +8,9 @@ echo "Running desktop packages scripts..." # ublue staging repo needed for ghostty, etc dnf5 -y copr enable ublue-os/staging +# Sunshine +dnf5 -y copr enable lizardbyte/beta + # fan profile support dnf5 -y copr enable codifryed/CoolerControl @@ -24,7 +27,6 @@ EOF # common packages installed to desktops dnf5 install --setopt=install_weak_deps=False -y \ adw-gtk3-theme \ - cascadia-code-fonts \ ccache \ cockpit-bridge \ cockpit-files \ @@ -77,6 +79,7 @@ dnf5 install --setopt=install_weak_deps=False -y \ shellcheck \ shfmt \ strace \ + sunshine \ udisks2-btrfs \ udisks2-lvm2 \ yamllint \