From b530d560e49ace2117c9cd0c932e485f9889b96f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 9 Apr 2022 17:49:24 +0200 Subject: [PATCH] Mise a jour du message de fin --- wsl.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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