Skip to content

Commit a843942

Browse files
committedJun 28, 2023
feat: Install Chiaki4Deck instead of Chiaki on bazzite-deck
1 parent 3024de3 commit a843942

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ screens:
3939
default: false
4040
packages:
4141
- Bottles: com.usebottles.bottles
42-
- Chiaki (PlayStation Remote Play): re.chiaki.Chiaki
42+
- Chiaki (PlayStation Remote Play): just get-chiaki
4343
- Discord: com.discordapp.Discord
4444
- Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl
4545
- Lutris: net.lutris.Lutris

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

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ get-greenlight:
1313
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta8/Greenlight-2.0.0-beta8.AppImage -O ~/Desktop/Greenlight.AppImage
1414
chmod +x ~/Desktop/Greenlight.AppImage
1515

16+
get-chiaki
17+
flatpak install --noninteractive $(curl -s https://api.github.com/repos/streetpea/chiaki4deck/releases/latest | grep "browser_download_url.*flatpakref" | cut -d : -f 2,3 | tr -d \")
18+
1619
deckswap-on:
1720
#!/usr/bin/env bash
1821
STATUS=$(systemctl status deckswap.service)

0 commit comments

Comments
 (0)
Please sign in to comment.