X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=util%2Fwsl_install.sh;h=d11c78ac716529342e17c904da5795d4ae1a65b1;hb=0afaed853519cf633b0a8962488f58a69505c8b4;hp=1574803534b2030eb024e2b68977604a4e95559a;hpb=c33434c0d64dd7cbd5f6371c7cb4ac5e05924944;p=qmk_firmware.git diff --git a/util/wsl_install.sh b/util/wsl_install.sh index 157480353..d11c78ac7 100644 --- a/util/wsl_install.sh +++ b/util/wsl_install.sh @@ -51,7 +51,7 @@ popd echo echo "Creating a softlink to the utils directory as ~/qmk_utils." echo "This is needed so that the the make system can find all utils it need." -read -p "Press any key to continue (ctrl-c to abort)" +read -p "Press enter to continue (ctrl-c to abort)" ln -sfn "$dir" ~/qmk_utils if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc @@ -91,7 +91,7 @@ done echo echo "******************************************************************************" echo "Installation completed!" -echo "You need to open a new batch command prompt for all the utils to work properly" +echo "You need to open a new bash command prompt for all the utils to work properly" echo "******************************************************************************" popd > /dev/null