Skip to content

Commit

Permalink
Merge pull request #8 from koppor/patch-1
Browse files Browse the repository at this point in the history
wget should be quiet
  • Loading branch information
zauguin authored Dec 17, 2023
2 parents 721918b + 625ea83 commit dbbd487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export PATH=$HOME/texlive/bin/x86_64-linux:$PATH
if ! command -v texlua > /dev/null; then
# Obtain TeX Live
wget "${TEXLIVE_REPOSITORY:-http://mirror.ctan.org/systems/texlive/tlnet}/install-tl-unx.tar.gz"
wget -q "${TEXLIVE_REPOSITORY:-http://mirror.ctan.org/systems/texlive/tlnet}/install-tl-unx.tar.gz"
tar -xzf install-tl-unx.tar.gz
cd install-tl-20*

Expand Down

0 comments on commit dbbd487

Please sign in to comment.