void-packages/srcpkgs/texlive2017-bin/INSTALL
2018-05-02 16:57:23 +02:00

8 lines
196 B
Text

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