vp-build/srcpkgs/texlive2021-bin/INSTALL

16 lines
444 B
Plaintext

case "${ACTION}" in
post)
case "${UPDATE}" in
no)
cd opt/texlive2021-installer
case "${ARCH}" in
x86_64-musl)
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
;;
*)
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final/ -profile void.profile
;;
esac
esac
esac