summaryrefslogtreecommitdiffstats
path: root/util/wsl_install.sh
diff options
context:
space:
mode:
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
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