- Move pure data files to pd folder
- delete spam files
This commit is contained in:
parent
01e5bf35e7
commit
f0b9f0126b
68 changed files with 48 additions and 15890 deletions
|
@ -1,20 +0,0 @@
|
|||
#!/bin/bash
|
||||
##############################################################################
|
||||
# Script de instalación de las dependencias de Libre Media Server
|
||||
# en Debian Wheezy.
|
||||
# Necesita root para ejecutar
|
||||
# (c) 2012 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 install puredata gem tcl tk libav-tools pd-pdogg pd-pan
|
||||
if [ "$?" -eq "0" ]; then
|
||||
echo "apt-get finish ok"
|
||||
else "apt-get return errors!"
|
||||
fi
|
||||
apt-get -f install
|
Loading…
Add table
Add a link
Reference in a new issue