Skip to content

Commit 695f68a

Browse files
committed
fix(deck): Add GPD Win 4 to rotation fix script
1 parent 19e6a93 commit 695f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/desktop/shared/usr/bin/bazzite-user-setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegam
135135
rm -f "$AUTOSTART_FOLDER/autostart/bazzite-handle-legion-go-rotation.desktop"
136136
fi
137137

138-
if [[ ":ROG Ally RC71L_RC71L:83E1:Loki Max:" =~ ":$SYS_ID:" ]] && [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
138+
if [[ ":ROG Ally RC71L_RC71L:83E1:Loki Max:G1618-04:" =~ ":$SYS_ID:" ]] && [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
139139
if [[ ! -f "$AUTOSTART_FOLDER/autostart/bazzite-rotation-fix.desktop" ]]; then
140140
echo 'Adding rotation fix'
141141
mkdir -p "$AUTOSTART_FOLDER/autostart"

0 commit comments

Comments
 (0)