texlive2022-bin: add corresponding CTAN mirror
This commit is contained in:
parent
7403e69d36
commit
cdf273b5dc
|
@ -5,10 +5,10 @@ post)
|
|||
cd opt/texlive2022-installer
|
||||
case "${ARCH}" in
|
||||
x86_64-musl)
|
||||
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
|
||||
;;
|
||||
*)
|
||||
./install-tl -profile void.profile
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final/ -profile void.profile
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue