Changement lien de "Installation rapide"

This commit is contained in:
2025-07-27 03:44:52 +02:00
parent 06bd5ff926
commit c473033a19

View File

@@ -38,7 +38,7 @@ Script d'installation graphique pour un environnement gaming complet sur Debian.
### Installation rapide ### Installation rapide
```bash ```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. **Note :** Le script sera téléchargé et placé sur votre bureau (`~/Desktop/install_gaming.sh`) pour un accès facile.