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:
@@ -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
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user