CC-5346: Install php5-json on Saucy
This commit is contained in:
parent
7cca01ab08
commit
855f642936
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,11 @@ 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.
|
||||||
|
if [ "$dist" = "Ubuntu" -a "$code" = "saucy" ]; then
|
||||||
|
apt-get -y --force-yes install php5-json
|
||||||
|
fi
|
||||||
|
|
||||||
#Install packages back-ported by Sourcefabric
|
#Install packages back-ported by Sourcefabric
|
||||||
apt-get -y --force-yes install sourcefabric-keyring
|
apt-get -y --force-yes install sourcefabric-keyring
|
||||||
apt-get -y --force-yes install liquidsoap
|
apt-get -y --force-yes install liquidsoap
|
||||||
|
@ -127,6 +132,7 @@ else
|
||||||
echo "Creating Apache config for Airtime..."
|
echo "Creating Apache config for Airtime..."
|
||||||
cp $SCRIPTPATH/../apache/airtime-vhost /etc/apache2/sites-available/airtime
|
cp $SCRIPTPATH/../apache/airtime-vhost /etc/apache2/sites-available/airtime
|
||||||
a2dissite default
|
a2dissite default
|
||||||
|
a2dissite 000-default #Ubuntu 13.10
|
||||||
a2ensite airtime
|
a2ensite airtime
|
||||||
else
|
else
|
||||||
echo "Apache config for Airtime already exists..."
|
echo "Apache config for Airtime already exists..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue