misc minor updates and fixes, add device-specific stuff
This commit is contained in:
parent
2e8aa91092
commit
47bb90de9c
6 changed files with 42 additions and 5 deletions
9
device-specific.sh
Executable file
9
device-specific.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue