16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
case "${ACTION}" in
|
|
post)
|
|
case "${UPDATE}" in
|
|
no)
|
|
cd opt/texlive2018-installer
|
|
case "${ARCH}" in
|
|
x86_64-musl)
|
|
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2018/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
|
|
;;
|
|
*)
|
|
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2018/tlnet-final/ -profile void.profile
|
|
;;
|
|
esac
|
|
esac
|
|
esac
|