Use home directory for download on msys2

This commit is contained in:
Fred Sundvik 2017-07-11 16:11:37 +03:00
parent 32fc4da4a7
commit d47db637ed
3 changed files with 15 additions and 15 deletions

View file

@ -28,6 +28,9 @@ done
echo "Installing dependencies needed for the installation (unzip, wget)"
echo "This will ask for the sudo password"
sudo apt-get install unzip wget
download_dir=wsl_downloaded
source "$dir/win_shared_install.sh"
echo