Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
30 additions
and 13 deletions.
- +2 −2 MyPackages/declareDocumentVariablesRS.sty
- +2 −1 MyPackages/docExtensionsRS.sty
- +22 −8 scripts/LaTeX-git-log
- +4 −2 scripts/tlmgr-update
There are no files selected for viewing
| @@ -1,7 +1,9 @@ | ||
| #!/bin/bash | ||
| #http://dante.ctan.org/mirmon/#de | ||
| #tlmgr option location http://ftp.uni-erlangen.de/mirrors/CTAN/systems/texlive/tlnet/ | ||
| source /etc/profile | ||
| export http_proxy='http://knuth.intra:3128/' ## change this | ||
| export ftp_proxy=$http_proxy | ||
|
|
||
| ## http://dante.ctan.org/mirmon/#de | ||
| tlmgr option repository http://ftp.uni-erlangen.de/mirrors/CTAN/systems/texlive/tlnet/ | ||
| tlmgr update --self bin-texlive texlive.infra | ||
| tlmgr update --all |