16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
case "${UPDATE}" in
|
||
|
no)
|
||
|
cd opt/texlive2018-installer
|
||
|
case "${ARCH}" in
|
||
|
x86_64-musl)
|
||
|
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
|
||
|
;;
|
||
|
*)
|
||
|
./install-tl -profile void.profile
|
||
|
;;
|
||
|
esac
|
||
|
esac
|
||
|
esac
|