mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-15 22:51:31 +00:00
chore: Fix syntax issue
This commit is contained in:
parent
fe2218ec38
commit
9b85e2bc97
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user