aboutsummaryrefslogtreecommitdiff
path: root/util/wsl_install.sh
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-11 16:11:37 +0300
committerFred Sundvik <fsundvik@gmail.com>2017-07-11 16:11:37 +0300
commitd47db637edb4215f2313d59b6646e5e3dbb97e7c (patch)
treea73668657e5349723e72e351252fce4bf2d471b7 /util/wsl_install.sh
parent32fc4da4a7c0ebaaa9404971dcafba0c67220507 (diff)
downloadqmk_firmware-d47db637edb4215f2313d59b6646e5e3dbb97e7c.tar.gz
qmk_firmware-d47db637edb4215f2313d59b6646e5e3dbb97e7c.zip
Use home directory for download on msys2
Diffstat (limited to 'util/wsl_install.sh')
-rw-r--r--util/wsl_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/wsl_install.sh b/util/wsl_install.sh
index 5da64b1d0..b593c6e77 100644
--- a/util/wsl_install.sh
+++ b/util/wsl_install.sh
@@ -28,6 +28,9 @@ done
28echo "Installing dependencies needed for the installation (unzip, wget)" 28echo "Installing dependencies needed for the installation (unzip, wget)"
29echo "This will ask for the sudo password" 29echo "This will ask for the sudo password"
30sudo apt-get install unzip wget 30sudo apt-get install unzip wget
31
32download_dir=wsl_downloaded
33
31source "$dir/win_shared_install.sh" 34source "$dir/win_shared_install.sh"
32 35
33echo 36echo