]> git.mxchange.org Git - friendica.git/commitdiff
Script now installs missing add-apt-repository tool.
authorSilke Meyer <silke@silkemeyer.net>
Wed, 14 Jan 2015 16:57:25 +0000 (17:57 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Wed, 14 Jan 2015 16:57:25 +0000 (17:57 +0100)
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