From a197e4f8f5610fb192dcccd39ded8915ba2df18e Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 18 Jul 2023 09:56:01 -0600 Subject: [PATCH] feat(deck): Add BoilR --- system_files/deck/usr/share/ublue-os/firstboot/yafti.yml | 5 +++++ system_files/deck/usr/share/ublue-os/just/custom.just | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/system_files/deck/usr/share/ublue-os/firstboot/yafti.yml b/system_files/deck/usr/share/ublue-os/firstboot/yafti.yml index 820647016b..4b9ce77e63 100644 --- a/system_files/deck/usr/share/ublue-os/firstboot/yafti.yml +++ b/system_files/deck/usr/share/ublue-os/firstboot/yafti.yml @@ -26,6 +26,11 @@ screens: default: true packages: - Enable Autostart: cp /usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop + BoilR: + description: Adds games from various clients to Steam + default: false + packages: + - Retrieve BoilR: just --unstable get-boilr Decky Loader: description: A plugin loader for the Steam Deck default: false diff --git a/system_files/deck/usr/share/ublue-os/just/custom.just b/system_files/deck/usr/share/ublue-os/just/custom.just index 1eb14f5ec7..47e93415aa 100644 --- a/system_files/deck/usr/share/ublue-os/just/custom.just +++ b/system_files/deck/usr/share/ublue-os/just/custom.just @@ -34,6 +34,13 @@ get-greenlight: wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta8/Greenlight-2.0.0-beta8.AppImage -O ~/Desktop/Greenlight.AppImage chmod +x ~/Desktop/Greenlight.AppImage +get-boilr: + wget \ + $(curl -s https://api.github.com/repos/PhilipK/BoilR/releases/latest | \ + jq -r ".assets[] | select(.name | test(\"linux_BoilR\")) | .browser_download_url") \ + -O ~/Desktop/BoilR + chmod +x ~/Desktop/BoilR + get-chiaki: flatpak install \ $(curl -s https://api.github.com/repos/streetpea/chiaki4deck/releases/latest | \