Bug 1958840. Add -L to curl commands in docs to allow redirects r=glob,jcristau

Differential Revision: https://phabricator.services.mozilla.com/D244587
This commit is contained in:
Simon Friedberger
2025-04-10 07:53:51 +00:00
parent ff80eb953a
commit ec8d39a0ff
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ To Setup Firefox On macOS and Linux
.. code-block:: shell
$ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
$ curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
# To use Git as your VCS
$ python3 bootstrap.py --vcs=git
@@ -84,7 +84,7 @@ To Setup Firefox for Android
.. code-block:: shell
$ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
$ curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
# To use Git as your VCS
$ python3 bootstrap.py --vcs=git