diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 233c3782311..a2c75df31fd 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -108,9 +108,10 @@ for tlplat in $tlplats; do download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" + $grab https://www.preining.info/amd64-freebsd11.tar.gz;; #$grab http://anthesphoria.net/FreeBSD/TeXLive-Devel/amd64-freebsd7.tar.xz;; - remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz - $grab $remurl;; + #remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #$grab $remurl;; amd64-kfreebsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc |