Compare commits

..

2 Commits

Author SHA1 Message Date
e123bb115b forcer le téléchargement avec wget 2025-03-08 02:51:18 +01:00
7c7bfb5010 Empêcher la duplication avec wget 2025-03-08 02:48:24 +01:00

View File

@@ -26,7 +26,7 @@ Pour télécharger uniquement les scripts `.sh` et `.py` du dossier `server-mail
```bash ```bash
wget -O scripts.txt "https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/branch/main/notes/server-mail/scripts/scripts.txt" wget -O scripts.txt "https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/branch/main/notes/server-mail/scripts/scripts.txt"
wget -P . -i scripts.txt wget -P . --no-cache -i scripts.txt
``` ```