Mise a jour du message de fin
This commit is contained in:
parent
45aea2fa36
commit
b530d560e4
1 changed files with 5 additions and 4 deletions
9
wsl.sh
9
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
|
||||
|
|
Loading…
Reference in a new issue