diff --git a/articles/Guide d'installation - Linux Mint (depuis Windows).md b/articles/Guide d'installation - Linux Mint (depuis Windows).md index 36e89d7..5c4d475 100644 --- a/articles/Guide d'installation - Linux Mint (depuis Windows).md +++ b/articles/Guide d'installation - Linux Mint (depuis Windows).md @@ -561,21 +561,22 @@ Pour automatiser les tâches répétitives, l'association met à disposition un 2. Copiez et collez la commande suivante (attention, cette adresse est spécifique au réseau local de l'Install Party) : - ```Bash - wget https://gitea.alpinux.org/alpinux.cedrica5l/alpinux.site.2026/raw/branch/main/code/linux/linux-mint/install.sh - ``` +```Bash +wget https://gitea.alpinux.org/alpinux.cedrica5l/alpinux.site.2026/raw/branch/main/code/linux/linux-mint/install.sh +``` + oubien - ```Bash - wget http://10.0.0.1/install.sh - ``` +```Bash +wget http://10.0.0.1/install.sh +``` puis - ```bash - chmod +x install.sh - ./install.sh - ``` +```bash +chmod +x install.sh +./install.sh +``` 3. Saisissez votre mot de passe (`alpinux73`) quand il est demandé (les caractères ne s'affichent pas, c'est normal).