- added missing dependecies in precise
This commit is contained in:
parent
115ab0ae91
commit
af26b8a3d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if [ "$output" -eq "0" ]; then
|
|||
echo "deb http://apt.openlighting.org/ubuntu precise main" >> /etc/apt/sources.list
|
||||
fi
|
||||
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
|
||||
echo "apt-get finish ok"
|
||||
else echo "apt-get return errors!"
|
||||
|
|
Loading…
Add table
Reference in a new issue