vp-build/srcpkgs/texlive2017-bin/INSTALL

9 lines
196 B
Plaintext

case "${ACTION}" in
post)
case "${UPDATE}" in
no)
cd opt/texlive2017-installer
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2017/tlnet-final/ -profile void.profile
esac
esac