Skip to content

Commit

Permalink
add bazzite,holo os,and chimeria to steam deck check
Browse files Browse the repository at this point in the history
  • Loading branch information
zany130 authored Sep 16, 2024
1 parent c174a06 commit 24b0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -26623,7 +26623,7 @@ function installFilesSteamDeck {
}

function steamdedeckt {
if [ -f "/etc/os-release" ] && grep -q "steamdeck" "/etc/os-release"; then
if [ -f "/etc/os-release" ] && grep -qE "bazzite|steam|holo|chimeria" "/etc/os-release"; then
ONSTEAMDECK=1

export STEAMDECKWASUPDATE=0
Expand Down

0 comments on commit 24b0eb8

Please sign in to comment.