From 25198337a67c605975c957f8cce9a1164c8461f4 Mon Sep 17 00:00:00 2001
From: mazenovi <vmazenod@gmail.com>
Date: Mon, 16 Jan 2017 15:00:28 +0100
Subject: [PATCH] fix command not found with an apt update

---
 README.md    | 1 +
 provision.sh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 0144481..8450c9d 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,4 @@ vagrant provision
 s4uC3
 * https://raymii.org/s/
 * (firefox add ons) https://addons.mozilla.org/fr/firefox/addon/calomel-ssl-validation/
+* https://blogs.msdn.microsoft.com/benjaminperkins/2014/05/05/make-your-own-ssl-certificate-for-testing-and-learning/
diff --git a/provision.sh b/provision.sh
index c890005..de5916e 100644
--- a/provision.sh
+++ b/provision.sh
@@ -1,3 +1,6 @@
+# STEP 0
+sudo apt-get update
+
 # STEP 1 - install d'apache
 sudo apt-get -y install apache2
 
-- 
GitLab