Install LaTeX from internet instead of APT
This commit is contained in:
parent
c7760cc0a3
commit
a23b6ade40
1 changed files with 8 additions and 1 deletions
9
wsl.sh
9
wsl.sh
|
@ -108,7 +108,14 @@ then
|
|||
fi
|
||||
|
||||
# === Latex ==
|
||||
sudo apt install texlive-full python3-pygments -y
|
||||
sudo apt install perl-tk python3-pygments -y
|
||||
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
||||
tar -xzf install-tl-unx.tar.gz
|
||||
cd install-tl-* || exit
|
||||
echo "I" | sudo ./install-tl
|
||||
cd ..
|
||||
rm -rf install-tl-*
|
||||
fish_add_path /usr/local/texlive/*/bin/x86_64-linux
|
||||
|
||||
# === Python stuff ==
|
||||
sudo apt install python3-virtualenv python3-tk -y
|
||||
|
|
Loading…
Reference in a new issue