texlive: remove -N option from wget command in termux-install-tl. (#873)
Busybox version of wget doesn't support -N so wget shouldn't use -N (or be added to package dependencies).
This commit is contained in:
parent
d5585b7585
commit
099d4d4980
@ -6,7 +6,7 @@ export TMPDIR=$PREFIX/tmp/
|
||||
mkdir -p $TMPDIR/termux-tl-installer
|
||||
cd $TMPDIR/termux-tl-installer
|
||||
|
||||
wget -N http://mirror.ctan.org/systems/texlive/Source/install-tl-unx.tar.gz
|
||||
wget http://mirror.ctan.org/systems/texlive/Source/install-tl-unx.tar.gz -O install-tl-unx.tar.gz
|
||||
tar xzfv install-tl-unx.tar.gz > flist
|
||||
|
||||
cd $(head -1 flist)
|
||||
|
Loading…
Reference in New Issue
Block a user