mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -e /dev/snd ] && exec apulse firefox || exec firefox
|
||||
if [[ -e /dev/snd ]]; then
|
||||
exec apulse firefox
|
||||
else
|
||||
exec firefox
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user