From 9c621a61ac4e5a8394b73bad4fa0104aa63ae607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Thu, 26 Mar 2026 01:07:48 +0100 Subject: [PATCH] =?UTF-8?q?adresse=20de=20r=C3=A9cup=C3=A9ration=20du=20sc?= =?UTF-8?q?ritp=20post-install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...installation - Linux Mint (depuis Windows).md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/articles/Guide d'installation - Linux Mint (depuis Windows).md b/articles/Guide d'installation - Linux Mint (depuis Windows).md index 1ff81a1..36e89d7 100644 --- a/articles/Guide d'installation - Linux Mint (depuis Windows).md +++ b/articles/Guide d'installation - Linux Mint (depuis Windows).md @@ -562,9 +562,21 @@ 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 -q -O - http://10.0.0.1/install.sh | sudo 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 + ``` + +puis + + ```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).