diff --git a/wsl.sh b/wsl.sh index ff717a2..5aa15cf 100644 --- a/wsl.sh +++ b/wsl.sh @@ -169,10 +169,11 @@ then sudo apt autoremove -y - echo -e "\nInstallation terminée.\nIl faut redémarrer WSL (dans Powershell : wsl -t Ubuntu)." + echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl -t Ubuntu)." echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :" - printf "%s\n%s%s%s\n" "Ligne de commande : wsl.exe -d Debian fish" "Répertoire de démarrage (si besoin): \\" "\wsl.localhost\Ubuntu\home\\" "$USER" - echo "Jeu de couleur : One Half Dark" + echo "- Ligne de commande = wsl.exe -d Ubuntu fish" + #printf "%s%s%s\n" "- Répertoire de démarrage = \\" "\wsl.localhost\Ubuntu\home\\" "$USER" + echo "- Jeu de couleur = One Half Dark" else - echo "Ce script ne fonctionne que sur WSL (Debian)." + echo "Ce script ne fonctionne que sur WSL (Ubuntu)." fi