- GUI preview Bug FIx

This commit is contained in:
Santi Noreña 2013-02-13 11:33:31 +01:00
parent cd32995959
commit 90306504c0
7 changed files with 50 additions and 66 deletions

View file

@ -18,7 +18,7 @@ if [ "$output" -eq "0" ]; then
echo "deb http://apt.openlighting.org/debian/ squeeze main" >> /etc/apt/sources.list
fi
apt-get update
apt-get -y install ola puredata tcl tk pd-zexy
apt-get -y install ola
if [ "$?" -eq "0" ]; then
echo "apt-get finish ok"
else "apt-get return errors!"

View file

@ -12,7 +12,7 @@
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
apt-get -y --force-yes install libav-tools libqtcore4 libqtgui4 libmagick++5
if [ "$?" -eq "0" ]; then
echo "apt-get finish ok"
else "apt-get return errors!"