From 24b0eb8606fee0c44f8cc79ea350f3ece6d789ab Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 16 Sep 2024 19:53:54 -0400 Subject: [PATCH] add bazzite,holo os,and chimeria to steam deck check --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 410001e2..ded29a8b 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -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