]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1292 from silke/develop
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 15 Jan 2015 09:15:50 +0000 (10:15 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 15 Jan 2015 09:15:50 +0000 (10:15 +0100)
Script now installs missing add-apt-repository tool.

util/vagrant_provision.sh

index ae354bb42c95f78040074d59674e1f04a4e8fd4b..9988f36256ecc61eac5b31bef889bc55278dcdc8 100644 (file)
@@ -28,6 +28,8 @@ sudo openssl x509 -req -days 365 -in "$SSL_DIR/xip.io.csr" -signkey "$SSL_DIR/xi
 
 #Install apache2
 echo ">>> Installing Apache2 webserver"
+# The package python-software-properties provides add-apt-repository on Ubuntu Precise Server
+sudo apt-get install python-software-properties
 sudo add-apt-repository -y ppa:ondrej/apache2
 sudo apt-key update
 sudo apt-get update