misc minor updates and fixes, add device-specific stuff

This commit is contained in:
askiiart 2024-08-08 19:55:22 -05:00
parent 2e8aa91092
commit 47bb90de9c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
6 changed files with 42 additions and 5 deletions

9
device-specific.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
if grep -q "Shyvana" /sys/devices/virtual/dmi/id/product_name; then
cd /tmp/
git clone https://github.com/WeirdTreeThing/chromebook-linux-audio --depth 1
cd ./chromebook-linux-audio/
./setup-audio
cd -
rm -rf /tmp/chromebook-linux-audio/
fi