aboutsummaryrefslogtreecommitdiff
path: root/util/wsl_install.sh
diff options
context:
space:
mode:
authorRob Rogers <robr@nuby.com>2017-09-15 14:32:35 -0500
committerJack Humbert <jack.humb@gmail.com>2017-09-15 21:59:56 -0400
commit7bcf3e2781c754eb2b5ac62ece1021bdcca783b6 (patch)
tree505ed69d448088a48783824fe9983deba300858d /util/wsl_install.sh
parent5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6 (diff)
downloadqmk_firmware-7bcf3e2781c754eb2b5ac62ece1021bdcca783b6.tar.gz
qmk_firmware-7bcf3e2781c754eb2b5ac62ece1021bdcca783b6.zip
Wording changes for the WSL install script
Diffstat (limited to 'util/wsl_install.sh')
-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
51echo 51echo
52echo "Creating a softlink to the utils directory as ~/qmk_utils." 52echo "Creating a softlink to the utils directory as ~/qmk_utils."
53echo "This is needed so that the the make system can find all utils it need." 53echo "This is needed so that the the make system can find all utils it need."
54read -p "Press any key to continue (ctrl-c to abort)" 54read -p "Press enter to continue (ctrl-c to abort)"
55ln -sfn "$dir" ~/qmk_utils 55ln -sfn "$dir" ~/qmk_utils
56 56
57if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc 57if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc
@@ -91,7 +91,7 @@ done
91echo 91echo
92echo "******************************************************************************" 92echo "******************************************************************************"
93echo "Installation completed!" 93echo "Installation completed!"
94echo "You need to open a new batch command prompt for all the utils to work properly" 94echo "You need to open a new bash command prompt for all the utils to work properly"
95echo "******************************************************************************" 95echo "******************************************************************************"
96 96
97popd > /dev/null 97popd > /dev/null