File tree 2 files changed +12
-0
lines changed
system_files/deck/usr/share/ublue-os
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ screens:
26
26
default : true
27
27
packages :
28
28
- 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
29
34
Decky Loader :
30
35
description : A plugin loader for the Steam Deck
31
36
default : false
Original file line number Diff line number Diff line change @@ -34,6 +34,13 @@ get-greenlight:
34
34
wget https:// github.com/ unknownskl/ greenlight/ releases/ download/ v2.0.0 -beta8/ Greenlight-2.0.0 -beta8.AppImage -O ~/ Desktop/ Greenlight.AppImage
35
35
chmod + x ~/ Desktop/ Greenlight.AppImage
36
36
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
+
37
44
get-chiaki :
38
45
flatpak install \
39
46
$(curl -s https:// api.github.com/ repos/ streetpea/ chiaki4deck/ releases/ latest | \
You can’t perform that action at this time.
0 commit comments