Installation scripts: Please add libvo-aacenc0 so that we can enable aac in liquidsoap

-done
This commit is contained in:
Martin Konecny 2013-05-06 12:28:15 -04:00
parent 2fc4afef68
commit 8812130afa

View file

@ -82,6 +82,11 @@ else
apt-get -y --force-yes install coreutils
fi
#install aac package only available in new distributions: (Debian Wheezy, Ubuntu Precise or newer)
if [ "$code" != "squeeze" -a "$code" != "lucid" ]; then
apt-get -y --force-yes install libvo-aacenc0
fi
#Install packages back-ported by Sourcefabric
apt-get -y --force-yes install sourcefabric-keyring
apt-get -y --force-yes install liquidsoap