diff --git a/notes/server-mail/README.md b/notes/server-mail/README.md
index 3b1397b..57954c1 100644
--- a/notes/server-mail/README.md
+++ b/notes/server-mail/README.md
@@ -26,7 +26,7 @@ Pour télécharger uniquement les scripts `.sh` et `.py` du dossier `server-mail
 
 ```bash
 wget -O scripts.txt "https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/branch/main/notes/server-mail/scripts/scripts.txt"
-wget -P . -nc -i scripts.txt
+wget -P . --no-cache -i scripts.txt
 
 ```