fixing apt errors

fixing apt errors caused by outdated packages lists ("Failed to fetch xyz")
This commit is contained in:
maces 2016-06-03 23:05:21 +02:00
parent a27057dd6f
commit 3ae6ecde50
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -1,5 +1,6 @@
$script = <<SCRIPT
apt-get update
apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip && \
apt-get clean && \
echo "ServerName localhost" >> /etc/apache2/apache2.conf && \