From f4514b4e663bea3d4bc696d3cbea2d9df6476977 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Thu, 4 Aug 2022 12:12:04 +0200 Subject: [PATCH] delete install files --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index b5e1800..ca39c9e 100644 --- a/readme.md +++ b/readme.md @@ -5,4 +5,6 @@ Attention ce script repose sur `zenity` qui devra être installé sur votre dist Pour installer ce script de façon automatique : ``` wget https://git.djan-gicquel.fr/djan/youtube-dl-install/archive/dev.zip && unzip dev.zip && cd youtube-dl-install && bash youtube-dl-install.sh +#Suppression des fichiers d'installation. +cd .. && rm dev.zip && rm -r youtube-dl-install ```