Resolved some typo errors
modified: scripts/install_precise.sh
This commit is contained in:
parent
d87dbd2c3c
commit
4c206ad6ff
1 changed files with 6 additions and 4 deletions
10
scripts/install_precise.sh
Normal file → Executable file
10
scripts/install_precise.sh
Normal file → Executable file
|
@ -2,11 +2,11 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Script for install LibreMediaServer dependencies on Ubuntu Precise 12.04 LTS
|
# Script for install LibreMediaServer dependencies on Ubuntu Precise 12.04 LTS
|
||||||
# Needs Root for execute
|
# Needs Root for execute
|
||||||
#
|
# The universe repository must be enabled.
|
||||||
# Script de instalación de las dependencias de Libre Media Server
|
# Script de instalación de las dependencias de Libre Media Server
|
||||||
# en Ubuntu Precise 12.04 LTS
|
# en Ubuntu Precise 12.04 LTS
|
||||||
# Necesita root para ejecutar
|
# Necesita root para ejecutar
|
||||||
#
|
# El repositorio Universe debe estar habilitado
|
||||||
# (c) 2012-2013 Santi Noreña
|
# (c) 2012-2013 Santi Noreña
|
||||||
# GPL License
|
# GPL License
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -22,9 +22,11 @@ if [ "$output" -eq "0" ]; then
|
||||||
echo "deb http://apt.openlighting.org/ubuntu/ precise main" >> /etc/apt/sources.list
|
echo "deb http://apt.openlighting.org/ubuntu/ precise main" >> /etc/apt/sources.list
|
||||||
fi
|
fi
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqt4script libqt4network libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
|
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqt4-script libqt4-network libqt4-webkit libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 libquicktime2
|
||||||
if [ "$?" -eq "0" ]; then
|
if [ "$?" -eq "0" ]; then
|
||||||
echo "apt-get finish ok"
|
echo "apt-get finish ok"
|
||||||
else "apt-get return errors!"
|
else "apt-get return errors!"
|
||||||
fi
|
fi
|
||||||
|
ln -s /usr/lib/libMagick++.so.4 /usr/lib/libMagick++.so.5
|
||||||
|
ln -s /usr/lib/libMagickCore.so.4 /usr/lib/libMagickCore.so.5
|
||||||
|
ln -s /usr/lib/libMagickWand.so.4 /usr/lib/libMagickWand.so.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue