lms-video/scripts/install_wheezy.sh
Santi Noreña ef52ae20d8 - Menus
- Open/Save file
- Add CITP/MSEx menu
- Make Thumbs
- Init CITP/MSEx
2013-02-11 17:52:36 +01:00

20 lines
737 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
##############################################################################
# Script de instalación de las dependencias de Libre Media Server
# en Debian Wheezy.
# Necesita root para ejecutar
# (c) 2012-2013 Santi Noreña
# GPL License
###############################################################################
# Comprobamos root
(( EUID )) && echo You need to be root. && exit 1
#Instalamos el paquete suministrado con el release
dpkg -i ola_0.8.26-1_i386.deb
# Install Pure Data y OLA
# libav para generar thumbs
apt-get -y --force-yes install tcl tk libav-tools libqtcore4 libqtgui4 libmagick++5
if [ "$?" -eq "0" ]; then
echo "apt-get finish ok"
else "apt-get return errors!"
fi
apt-get -f install