Update noagendastream.sh
This commit is contained in:
parent
d9b6d6b3c5
commit
c786299e91
@ -2,5 +2,9 @@
|
|||||||
|
|
||||||
|
|
||||||
if [ -f /usr/bin/mpv ];then
|
if [ -f /usr/bin/mpv ];then
|
||||||
mpv http://listen.noagendastream.com/noagenda
|
mpv "http://listen.noagendastream.com/noagenda"
|
||||||
|
elif [ -f "/usr/bin/vlc" ];then
|
||||||
|
vlc "http://listen.noagendastream.com/noagenda"
|
||||||
|
else [ -f "/usr/bin/xdg-open" ];then
|
||||||
|
xdg-open "http://listen.noagendastream.com/noagenda"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user