From 8ed8752dc0a78ede58b66ee861e86ceaf18bc2d9 Mon Sep 17 00:00:00 2001 From: matt kiefer Date: Mon, 12 Mar 2018 11:54:05 -0500 Subject: [PATCH] updated wget url for setup_panda.sh https://github.com/pandaproject/panda/issues/956 --- docs/amazon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/amazon.rst b/docs/amazon.rst index 2b66f95..9d0c13c 100644 --- a/docs/amazon.rst +++ b/docs/amazon.rst @@ -110,7 +110,7 @@ Click "Next" and keep clicking "Next" until you get to "Configure Security Group Once your new server is available, SSH into it and execute the following commands:: - wget https://raw.github.com/pandaproject/panda/1.1.1/setup_panda.sh + wget https://raw.githubusercontent.com/pandaproject/panda/master/setup_panda.sh sudo bash setup_panda.sh The disadvantage of this method is that you will need to wait while the setup script is run. This normally takes 15-20 minutes.