aboutsummaryrefslogtreecommitdiff
path: root/util/wsl_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/wsl_install.sh')
-rwxr-xr-xutil/wsl_install.sh15
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
32pip3 install -r ${util_dir}/../requirements.txt 32pip3 install -r ${util_dir}/../requirements.txt
33 33
34pushd "$download_dir"
35while 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
45done
46popd
47
48
49echo 34echo
50echo "Creating a softlink to the utils directory as ~/qmk_utils." 35echo "Creating a softlink to the utils directory as ~/qmk_utils."
51echo "This is needed so that the the make system can find all utils it need." 36echo "This is needed so that the the make system can find all utils it need."