Suppression du tar.gz après suppression
This commit is contained in:
parent
a23b6ade40
commit
5ec56a189d
1 changed files with 1 additions and 0 deletions
1
wsl.sh
1
wsl.sh
|
@ -111,6 +111,7 @@ then
|
|||
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
|
||||
rm ./*.tar.gz
|
||||
cd install-tl-* || exit
|
||||
echo "I" | sudo ./install-tl
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue