我想在 win 10 中通过 wget 或 rsync 下载最新版本的 TexLive。
我不知道实现这一目的的最佳方法。
我找到了 wget 的这个命令行,但是它不起作用:
wget -N --continue --no-dns-cache --no-host-directories --cut-dirs=3 --mirror --no-parent --recursive --timestamping "ftp://dante.ctan.org/tex-archive/systems/texlive/tlnet/“ 暂停
下载和更新 texlive 的最佳方法是什么?
多谢。