From e77f7c04278ebfcab661041f5e98a0f659e9cf6a Mon Sep 17 00:00:00 2001 From: darksun Date: Mon, 6 Aug 2018 07:25:11 +0800 Subject: [PATCH] vagrant-vbguest needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce2a981..4dcceef 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ You can build a Vagrant VM with: ```bash wget https://raw.githubusercontent.com/zardus/ctf-tools/master/Vagrantfile +vagrant plugin install vagrant-vbguest vagrant up ```