- case "${ACTION}" in
- post)
- case "${UPDATE}" in
- no)
- cd opt/texlive2019-installer
- case "${ARCH}" in
- x86_64-musl)
- ./install-tl -profile xbps.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 xbps.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
- ;;
- esac
- esac
- esac
|