texlive2017-bin: add repository to use
This commit is contained in:
parent
65374e2d76
commit
90e748f07e
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ post)
|
||||||
case "${UPDATE}" in
|
case "${UPDATE}" in
|
||||||
no)
|
no)
|
||||||
cd opt/texlive2017-installer
|
cd opt/texlive2017-installer
|
||||||
./install-tl -profile void.profile
|
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2017/tlnet-final/ -profile void.profile
|
||||||
esac
|
esac
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive-bin'
|
||||||
pkgname=texlive2017-bin
|
pkgname=texlive2017-bin
|
||||||
version=2017
|
version=2017
|
||||||
revision=1
|
revision=2
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://tug.org/texlive/"
|
homepage="http://tug.org/texlive/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue