From d395b3a29f8c0337ba654154eafdaab21d6443ba Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 27 Oct 2011 13:53:05 -0700 Subject: [PATCH] add --no-check-certificate so that document procedure works --- tools/xen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/README.md b/tools/xen/README.md index 3e28182..97e8839 100644 --- a/tools/xen/README.md +++ b/tools/xen/README.md @@ -23,7 +23,7 @@ Step 2: Prepare DOM0 At this point, your server is missing some critical software that you will need to run devstack (like git). Do this to install required software: - wget https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh + wget --no-check-certificate https://github.com/cloudbuilders/devstack/raw/xen/tools/xen/prepare_dom0.sh chmod 755 prepare_dom0.sh ./prepare_dom0.sh