Suppression du tar.gz après suppression

This commit is contained in:
Mylloon 2022-04-09 12:28:24 +02:00
parent a23b6ade40
commit 5ec56a189d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

1
wsl.sh
View file

@ -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 ..