diff options
Diffstat (limited to 'util/wsl_install.sh')
-rwxr-xr-x | util/wsl_install.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/util/wsl_install.sh b/util/wsl_install.sh index 197d9f089..8ed177ca3 100755 --- a/util/wsl_install.sh +++ b/util/wsl_install.sh | |||
@@ -31,21 +31,6 @@ source "$dir/win_shared_install.sh" | |||
31 | 31 | ||
32 | pip3 install -r ${util_dir}/../requirements.txt | 32 | pip3 install -r ${util_dir}/../requirements.txt |
33 | 33 | ||
34 | pushd "$download_dir" | ||
35 | while true; do | ||
36 | echo | ||
37 | echo "Flip need to be installed if you want to use that for programming." | ||
38 | echo "Please install it to the default location!" | ||
39 | read -p "Do you want to install it now? (Y/N) " res | ||
40 | case $res in | ||
41 | [Yy]* ) cmd.exe /c FlipInstaller.exe; break;; | ||
42 | [Nn]* ) break;; | ||
43 | * ) echo "Invalid answer";; | ||
44 | esac | ||
45 | done | ||
46 | popd | ||
47 | |||
48 | |||
49 | echo | 34 | echo |
50 | echo "Creating a softlink to the utils directory as ~/qmk_utils." | 35 | echo "Creating a softlink to the utils directory as ~/qmk_utils." |
51 | echo "This is needed so that the the make system can find all utils it need." | 36 | echo "This is needed so that the the make system can find all utils it need." |