Change the name in the GUI
Fix instalation scripts modified: libremediaserver/libremediaserver.ui modified: libremediaserver/scripts/install_precise.sh modified: libremediaserver/scripts/install_wheezy.sh
This commit is contained in:
parent
fb02f89934
commit
a85d5503b9
3 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
# Script de instalación de las dependencias de Libre Media Server
|
||||
# en Ubuntu Precise 12.04.
|
||||
# Necesita root para ejecutar
|
||||
# (c) 2012 Santi Noreña
|
||||
# (c) 2012-2013 Santi Noreña
|
||||
# GPL License
|
||||
###############################################################################
|
||||
# Comprobamos root
|
||||
|
@ -18,7 +18,7 @@ if [ "$output" -eq "0" ]; then
|
|||
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list
|
||||
fi
|
||||
apt-get update
|
||||
apt-get -y install ola puredata tcl tk
|
||||
apt-get -y --force-yes install ola puredata tcl tklibqtcore4 libqtgui4
|
||||
if [ "$?" -eq "0" ]; then
|
||||
echo "apt-get finish ok"
|
||||
else "apt-get return errors!"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Script de instalación de las dependencias de Libre Media Server
|
||||
# en Debian Wheezy.
|
||||
# Necesita root para ejecutar
|
||||
# (c) 2012 Santi Noreña
|
||||
# (c) 2012-2013 Santi Noreña
|
||||
# GPL License
|
||||
###############################################################################
|
||||
# Comprobamos root
|
||||
|
@ -12,7 +12,7 @@
|
|||
dpkg -i ola_0.8.26-1_i386.deb
|
||||
# Install Pure Data y OLA
|
||||
# libav para generar thumbs
|
||||
apt-get install puredata gem tcl tk libav-tools pd-pdogg pd-pan
|
||||
apt-get -y --force-yes install puredata tcl tk libav-tools libqtcore4 libqtgui4 libmagick++5
|
||||
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