- Added some extra empty space on GUI
- Added some missing dependencies on install_precise - Changed version to 0.44-3-UbuntuPrecise
This commit is contained in:
parent
4f85ff2f5a
commit
dfd13df34f
5 changed files with 37 additions and 19 deletions
|
@ -1,8 +1,12 @@
|
|||
#!/bin/bash
|
||||
##############################################################################
|
||||
# Script for install LibreMediaServer dependencies on Ubuntu Precise 12.04 LTS
|
||||
# Needs Root for execute
|
||||
#
|
||||
# Script de instalación de las dependencias de Libre Media Server
|
||||
# en Ubuntu Precise 12.04.
|
||||
# en Ubuntu Precise 12.04 LTS
|
||||
# Necesita root para ejecutar
|
||||
#
|
||||
# (c) 2012-2013 Santi Noreña
|
||||
# GPL License
|
||||
###############################################################################
|
||||
|
@ -15,10 +19,10 @@ cp /etc/apt/sources.list /etc/apt/sources.list.old
|
|||
output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l`
|
||||
if [ "$output" -eq "0" ]; then
|
||||
#Añadimos el repositorio ola a sources.list
|
||||
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list
|
||||
echo "deb http://apt.openlighting.org/ubuntu/ precise main" >> /etc/apt/sources.list
|
||||
fi
|
||||
apt-get update
|
||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmacgick++4 libav-tools
|
||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqt4script libqt4network libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
|
||||
if [ "$?" -eq "0" ]; then
|
||||
echo "apt-get finish ok"
|
||||
else "apt-get return errors!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue