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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user