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

View File

@@ -93,7 +93,7 @@ the interactive setup process.
.. 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

View File

@@ -73,7 +73,7 @@ the interactive setup process.
.. 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

View File

@@ -13,7 +13,7 @@ If you have a copy of the source tree, you run:
If you don't have a copy of the source tree, you can run:
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
python bootstrap.py
The bootstrap script will download everything it needs from hg.mozilla.org