Skip to content

Commit

Permalink
feat(deck): Add BoilR
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Jul 18, 2023
1 parent b5ffcf2 commit a197e4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system_files/deck/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions system_files/deck/usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down

0 comments on commit a197e4f

Please sign in to comment.