diff options
Diffstat (limited to 'util/wsl_install.sh')
| -rw-r--r-- | util/wsl_install.sh | 3 |
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 | |||
| 28 | echo "Installing dependencies needed for the installation (unzip, wget)" | 28 | echo "Installing dependencies needed for the installation (unzip, wget)" |
| 29 | echo "This will ask for the sudo password" | 29 | echo "This will ask for the sudo password" |
| 30 | sudo apt-get install unzip wget | 30 | sudo apt-get install unzip wget |
| 31 | |||
| 32 | download_dir=wsl_downloaded | ||
| 33 | |||
| 31 | source "$dir/win_shared_install.sh" | 34 | source "$dir/win_shared_install.sh" |
| 32 | 35 | ||
| 33 | echo | 36 | echo |
