Add link-following to all curl commands

This commit is contained in:
Joel Wilson
2020-07-07 23:14:25 -05:00
parent 6b74006271
commit 91c611993f
9 changed files with 14 additions and 14 deletions

View File

@@ -135,7 +135,7 @@ A new screen with all the options for Virtual Machines in Azure will displayed.
.. code:: bash
#!/bin/bash
curl https://tljh.jupyter.org/bootstrap.py \
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -59,7 +59,7 @@ Step 1: Installing The Littlest JupyterHub
.. code-block:: bash
curl https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-user-name>
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-user-name>
.. note::

View File

@@ -63,7 +63,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 <admin-user-name>

View File

@@ -144,7 +144,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 <admin-user-name>

View File

@@ -86,7 +86,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 <admin-user-name>

View File

@@ -71,7 +71,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 <admin-user-name>