From 5ec56a189d20352f35f9d7f85a3572566c4222c1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 9 Apr 2022 12:28:24 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20du=20tar.gz=20apr=C3=A8s=20suppre?= =?UTF-8?q?ssion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wsl.sh b/wsl.sh index 6d50b94..96c7fdc 100644 --- a/wsl.sh +++ b/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 ..