Merge branch '2.5.x' of dev.sourcefabric.org:airtime into 2.5.x
This commit is contained in:
commit
2e1cd8c41d
|
@ -87,9 +87,10 @@ if [ "$code" != "squeeze" -a "$code" != "lucid" ]; then
|
||||||
apt-get -y --force-yes install libvo-aacenc0
|
apt-get -y --force-yes install libvo-aacenc0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Install php5-json on Ubuntu Saucy.
|
#Install some plugin packages on Ubuntu Saucy.
|
||||||
if [ "$dist" = "Ubuntu" -a "$code" = "saucy" ]; then
|
if [ "$dist" = "Ubuntu" -a "$code" = "saucy" ]; then
|
||||||
apt-get -y --force-yes install php5-json
|
apt-get -y --force-yes install php5-json
|
||||||
|
apt-get -y --force-yes install liquidsoap-plugin-alsa liquidsoap-plugin-portaudio liquidsoap-plugin-opus
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Install packages back-ported by Sourcefabric
|
#Install packages back-ported by Sourcefabric
|
||||||
|
|
Loading…
Reference in New Issue