From c473033a19f473222337e4f9a6ec43b7036885f2 Mon Sep 17 00:00:00 2001 From: Phiippe Favre Date: Sun, 27 Jul 2025 03:44:52 +0200 Subject: [PATCH] Changement lien de "Installation rapide" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2042435..cff171c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Script d'installation graphique pour un environnement gaming complet sur Debian. ### Installation rapide ```bash -sudo apt update && sudo apt install -y wget && wget -O ~/Desktop/install_gaming.sh https://raw.githubusercontent.com/[VOTRE_USERNAME]/scripte_install_gaming/main/install_gaming.sh && chmod +x ~/Desktop/install_gaming.sh && ~/Desktop/install_gaming.sh +sudo apt update && sudo apt install -y wget && wget -O ~/Desktop/install_gaming.sh https://git.favrep.ch/lapatatedouce/scripte_install_gaming/main/install_gaming.sh && chmod +x ~/Desktop/install_gaming.sh && ~/Desktop/install_gaming.sh ``` **Note :** Le script sera téléchargé et placé sur votre bureau (`~/Desktop/install_gaming.sh`) pour un accès facile.