Skip to content

Commit a197e4f

Browse files
committed
feat(deck): Add BoilR
1 parent b5ffcf2 commit a197e4f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

system_files/deck/usr/share/ublue-os/firstboot/yafti.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ screens:
2626
default: true
2727
packages:
2828
- 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
29+
BoilR:
30+
description: Adds games from various clients to Steam
31+
default: false
32+
packages:
33+
- Retrieve BoilR: just --unstable get-boilr
2934
Decky Loader:
3035
description: A plugin loader for the Steam Deck
3136
default: false

system_files/deck/usr/share/ublue-os/just/custom.just

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ get-greenlight:
3434
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta8/Greenlight-2.0.0-beta8.AppImage -O ~/Desktop/Greenlight.AppImage
3535
chmod +x ~/Desktop/Greenlight.AppImage
3636

37+
get-boilr:
38+
wget \
39+
$(curl -s https://api.github.com/repos/PhilipK/BoilR/releases/latest | \
40+
jq -r ".assets[] | select(.name | test(\"linux_BoilR\")) | .browser_download_url") \
41+
-O ~/Desktop/BoilR
42+
chmod +x ~/Desktop/BoilR
43+
3744
get-chiaki:
3845
flatpak install \
3946
$(curl -s https://api.github.com/repos/streetpea/chiaki4deck/releases/latest | \

0 commit comments

Comments
 (0)