16 lines
486 B
Plaintext
16 lines
486 B
Plaintext
case "${ACTION}" in
|
|
post)
|
|
case "${UPDATE}" in
|
|
no)
|
|
cd opt/texlive2019-installer
|
|
case "${ARCH}" in
|
|
x86_64-musl)
|
|
./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
|
|
;;
|
|
*)
|
|
./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
|
|
;;
|
|
esac
|
|
esac
|
|
esac
|