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