mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
add -L option to curl to follow redirect
to new bootstrap location
This commit is contained in:
@@ -101,7 +101,7 @@ Let's create the server on which we can run JupyterHub.
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
curl https://tljh.jupyter.org/bootstrap.py \
|
curl -L https://tljh.jupyter.org/bootstrap.py \
|
||||||
| sudo python3 - \
|
| sudo python3 - \
|
||||||
--admin <admin-user-name>
|
--admin <admin-user-name>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user