summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-20 16:34:08 +0000
committerKarl Berry <karl@freefriends.org>2020-03-20 16:34:08 +0000
commit17399d9a2fc51f29f443247170d817bdec7206a7 (patch)
tree29625aff79affd00926baa756c5045173e44e475 /Master/tlpkg/bin/tl-update-bindir
parent2dafcda5895076f3d328c360c2e49544517c018b (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@54420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 628f625e4b4..2f78e24eacf 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -149,8 +149,7 @@ for tlplat in $tlplats; do
i386-linux)
default_bin_loc=$download_loc
#remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
- remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/svn53987 | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"`
- remurl=https://github.com/TeX-Live/texlive-source/releases/download/svn53987/texlive-bin-i386-linux.tar.gz
+ remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"`
$grab $remurl;;
i386-linuxmusl)
default_bin_loc=$download_loc