diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-20 21:18:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-20 21:18:15 +0000 |
commit | 22fefab14515a81ebabb21dd40f0e1cde9876294 (patch) | |
tree | 0171d57587527221f7d557984ee2203a7b9da0c5 /Master/tlpkg/bin/tl-update-bindir | |
parent | 717437def35419c505ab7152bf9da592a4a8955e (diff) |
armhf-linux binaries from contextgarden, for debian 10
git-svn-id: svn://tug.org/texlive/trunk@63092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index e68d64709d6..256214502b5 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -128,7 +128,8 @@ for tlplat in $tlplats; do $grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;; armhf-linux) default_bin_loc=$download_loc - $grab http://getthingsfixed.co.uk/texlive/builds/2022/texlive-armhf.tar.gz;; + #simon $grab http://getthingsfixed.co.uk/texlive/builds/2022/texlive-armhf.tar.gz;; + $grab http://dl.contextgarden.net/build/texlive/branches/branch2022/armhf-linux.tar.xz;; hppa-hpux) default_bin_loc=$download_loc $grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;; |