File tree 1 file changed +3
-3
lines changed
system_files/desktop/shared/usr/bin
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ IMAGE_FLAVOR=$(jq -r '."image-flavor"' < $IMAGE_INFO)
7
7
FEDORA_VERSION=$( jq -r ' ."fedora-version"' < $IMAGE_INFO )
8
8
9
9
# SCRIPT VERSION
10
- HWS_VER=21
10
+ HWS_VER=22
11
11
HWS_VER_FILE=" /etc/bazzite/hws_version"
12
12
HWS_VER_RAN=$( cat $HWS_VER_FILE )
13
13
@@ -162,11 +162,11 @@ if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegam
162
162
systemctl enable --now vpower.service
163
163
else
164
164
echo " Generic device detected. Performing setup..."
165
- if [[ " :ROG Ally RC71L_RC71L:83E1:" =~ " :$SYS_ID :" ]]; then
165
+ if [[ " :ROG Ally RC71L_RC71L:83E1:G1618-04: " =~ " :$SYS_ID :" ]]; then
166
166
echo " HHD supported handheld detected, disabling handycon & ds-inhibit..."
167
167
systemctl disable --now handycon.service
168
168
systemctl disable --now ds-inhibit.service
169
- elif [[ " :AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618-04: G1619-04:Win600:" =~ " :$SYS_ID :" ]]; then
169
+ elif [[ " :AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1619-04:Win600:" =~ " :$SYS_ID :" ]]; then
170
170
echo " HandyGCCS supported handheld detected, enabling handycon & ds-inhibit..."
171
171
systemctl enable --now handycon.service
172
172
systemctl enable --now ds-inhbit.service
You can’t perform that action at this time.
0 commit comments