aboutsummaryrefslogtreecommitdiff
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
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