texlive2022-bin: add corresponding CTAN mirror

This commit is contained in:
André Cerqueira 2023-03-25 13:50:39 +00:00 committed by Leah Neukirchen
parent 7403e69d36
commit cdf273b5dc
1 changed files with 2 additions and 2 deletions

View File

@ -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