chore: Fix syntax issue

This commit is contained in:
Kyle Gospodnetich 2024-05-07 18:16:24 -07:00 committed by GitHub
parent fe2218ec38
commit 9b85e2bc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ fi
# FRAMEWORK 13 AMD FIXES # FRAMEWORK 13 AMD FIXES
if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then
if [[ $SYS_ID == "Laptop ("* ]]; if [[ $SYS_ID == "Laptop ("* ]]; then
if [[ "AuthenticAMD" == "$CPU_VENDOR" ]]; then if [[ "AuthenticAMD" == "$CPU_VENDOR" ]]; then
if [[ ! -f /etc/modprobe.d/alsa.conf ]]; then if [[ ! -f /etc/modprobe.d/alsa.conf ]]; then
echo 'Fixing 3.5mm jack' echo 'Fixing 3.5mm jack'