diff options
author | maces <maces@users.noreply.github.com> | 2016-06-03 23:05:21 +0200 |
---|---|---|
committer | maces <maces@users.noreply.github.com> | 2016-06-03 23:05:21 +0200 |
commit | 3ae6ecde5089cc442a3abe945a1c26f17ca8d815 (patch) | |
tree | c37151a5cbb001905f64d4c8523fd45173a6b1c6 | |
parent | a27057dd6fbf59e7e88ac19494573a5415d2707e (diff) |
fixing apt errors
fixing apt errors caused by outdated packages lists ("Failed to fetch xyz")
-rw-r--r-- | Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 7db068e4..fe1ecfb0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 && \ |