- 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!"