Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
45a77e90a8
|
@ -542,7 +542,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
.append('<option value="0">All</option>')
|
||||
.append('<option value="1">Files</option>')
|
||||
.append('<option value="2">Playlists</option>')
|
||||
.append('<option value="3">Smart Blocks</option>')
|
||||
.append('<option value="3">Smart Playlists</option>')
|
||||
.end()
|
||||
.change(function(ev){
|
||||
oTable.fnDraw();
|
||||
|
|
|
@ -25,9 +25,9 @@ echo "----------------------------------------------------"
|
|||
dist=`lsb_release -is`
|
||||
|
||||
if [ "$dist" = "Debian" ]; then
|
||||
grep "deb http://www.debian-multimedia.org squeeze main non-free" /etc/apt/sources.list
|
||||
grep "deb http://www.deb-multimedia.org squeeze main non-free" /etc/apt/sources.list
|
||||
if [ "$?" -ne "0" ]; then
|
||||
echo "deb http://www.debian-multimedia.org squeeze main non-free" >> /etc/apt/sources.list
|
||||
echo "deb http://www.deb-multimedia.org squeeze main non-free" >> /etc/apt/sources.list
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue