summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRob Rogers <robr@nuby.com>2017-09-15 21:32:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-16 03:59:56 +0200
commit7bcf3e2781c754eb2b5ac62ece1021bdcca783b6 (patch)
tree505ed69d448088a48783824fe9983deba300858d /util
parent5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6 (diff)
downloadqmk_firmware-7bcf3e2781c754eb2b5ac62ece1021bdcca783b6.tar.gz
qmk_firmware-7bcf3e2781c754eb2b5ac62ece1021bdcca783b6.tar.xz
Wording changes for the WSL install script
Diffstat (limited to 'util')
-rw-r--r--util/wsl_install.sh4
1 files changed, 2 insertions, 2 deletions
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