texlive: UPGRADE.md: Add --location option to allow referrals

This commit is contained in:
Dmitry Kalinkin 2019-10-19 21:47:36 -04:00
parent 01aedf07d9
commit 93b2d98726
No known key found for this signature in database
GPG key ID: 06AF1D3C38F04E0E

View file

@ -35,7 +35,7 @@ See <https://tug.org/texlive/acquire-mirror.html> for instructions.
```
$ curl http://mirror.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz \
$ curl -L http://mirror.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz \
| xzcat | uniq -u | sed -rn -f ./tl2nix.sed > ./pkgs.nix
```