diff --git a/installGlobalScript.sh b/installGlobalScript.sh index c6bfdcd..214de91 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -64,6 +64,9 @@ then echo "Take care, you may need to install manually some others stuff, check the README (and the logs) of" echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md" else # WSL + # Create Z and Y mount folders for my WSL custom configuration + sudo mkdir /mnt/z && sudo mkdir /mnt/y + echo "" echo "" echo "Take care, by default the fish configuration is set for Ubuntu, you may need to comment and uncomment"