Skip to content

Commit

Permalink
Merge branch 'hamen'
Browse files Browse the repository at this point in the history
Conflicts:
	tv-itaMod.sh
  • Loading branch information
Ivan Morgillo committed Jun 24, 2009
2 parents 6ace7b3 + 824a780 commit 95680eb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tv-itaMod.sh
Expand Up @@ -17,7 +17,14 @@

#!/bin/bash

PLAYER=cvlc
if [ -e /usr/bin/cvlc ]; then
PLAYER=/usr/bin/cvlc
elif [ -e /usr/bin/vlc ]; then
PLAYER=/usr/bin/vlc
else
echo "Hai bisogno di installare VLC o CVLC"
exit 1
fi

SCELTA=`zenity --title "TV-ITA Streaming" \
--text "Selection channel:" \
Expand Down

0 comments on commit 95680eb

Please sign in to comment.