mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52:40 +01:00
@@ -1,3 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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