- added missing dependecies in precise

This commit is contained in:
Santi Noreña 2013-05-09 17:36:10 +02:00
parent 115ab0ae91
commit af26b8a3d8

View file

@ -18,7 +18,7 @@ if [ "$output" -eq "0" ]; then
echo "deb http://apt.openlighting.org/ubuntu precise main" >> /etc/apt/sources.list echo "deb http://apt.openlighting.org/ubuntu precise main" >> /etc/apt/sources.list
fi fi
apt-get update apt-get update
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 apt-get -y --force-yes install ola libqtcore4 libqtgui4 libqtwebkit4 libmagick++4 libav-tools libftgl2 libavifile-0.7c2 libgmerlin-avdec1 libmpeg3-1 tcl tk
if [ "$?" -eq "0" ]; then if [ "$?" -eq "0" ]; then
echo "apt-get finish ok" echo "apt-get finish ok"
else echo "apt-get return errors!" else echo "apt-get return errors!"