This website requires JavaScript.
Explore
Help
Register
Sign In
xZero707
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/jessfraz/dockerfiles.git
synced
2024-11-23 19:32:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f2889f0383
dockerfiles
/
firefox
/
entrypoint.sh
8 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
update firefox Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-05 01:22:29 +02:00
#!/bin/bash
fix Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-05 01:42:31 +02:00
if
[
[
-e /dev/snd
]
]
;
then
exec
apulse firefox
else
exec
firefox
fi
Reference in New Issue
Copy Permalink