texlive2020-bin: use historic texlive repository.

As texlive2021 has been released the default repository no longer
contains the 2020 version. Make the installer use the frozen
historic one.
This commit is contained in:
Leah Neukirchen 2021-04-18 15:05:03 +02:00
parent f0b17e2a4f
commit 25aeea4f41
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@ post)
cd opt/texlive2020-installer
case "${ARCH}" in
x86_64-musl)
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2020/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
;;
*)
./install-tl -profile void.profile
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2020/tlnet-final/ -profile void.profile
;;
esac
esac

View file

@ -1,7 +1,7 @@
# Template file for 'texlive-bin'
# Template file for 'texlive2020-bin'
pkgname=texlive2020-bin
version=2020
revision=3
revision=4
archs="x86_64* i686 aarch64 arm*"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://tug.org/texlive/"