From 9b85e2bc97002a66bd01aef52e3d7b2738b83acb Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 7 May 2024 18:16:24 -0700 Subject: [PATCH] chore: Fix syntax issue --- system_files/desktop/shared/usr/libexec/bazzite-hardware-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup b/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup index ab70c153..a2c89a6b 100755 --- a/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup +++ b/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup @@ -179,7 +179,7 @@ fi # FRAMEWORK 13 AMD FIXES if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then - if [[ $SYS_ID == "Laptop ("* ]]; + if [[ $SYS_ID == "Laptop ("* ]]; then if [[ "AuthenticAMD" == "$CPU_VENDOR" ]]; then if [[ ! -f /etc/modprobe.d/alsa.conf ]]; then echo 'Fixing 3.5mm jack'