From 6b7400627186d6f8a9c75b7f32f673a1da9a98d7 Mon Sep 17 00:00:00 2001 From: Joel Wilson <9220123+LTangaF@users.noreply.github.com> Date: Mon, 29 Jun 2020 08:08:49 -0500 Subject: [PATCH] add -L option to curl to follow redirect to new bootstrap location --- docs/install/amazon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/amazon.rst b/docs/install/amazon.rst index 7169a4b..68dd58e 100644 --- a/docs/install/amazon.rst +++ b/docs/install/amazon.rst @@ -101,7 +101,7 @@ Let's create the server on which we can run JupyterHub. .. code-block:: bash #!/bin/bash - curl https://tljh.jupyter.org/bootstrap.py \ + curl -L https://tljh.jupyter.org/bootstrap.py \ | sudo python3 - \ --admin