- GUI preview Bug FIx
This commit is contained in:
parent
cd32995959
commit
90306504c0
7 changed files with 50 additions and 66 deletions
|
@ -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!"
|
||||
|
|
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue