INSTALL 196 B

123456789
  1. case "${ACTION}" in
  2. post)
  3. case "${UPDATE}" in
  4. no)
  5. cd opt/texlive2017-installer
  6. ./install-tl -repository ftp://ftp.tug.org/texlive/historic/2017/tlnet-final/ -profile xbps.profile
  7. esac
  8. esac