diff options
| author | Rob Rogers <robr@nuby.com> | 2017-09-15 14:32:35 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 21:59:56 -0400 |
| commit | 7bcf3e2781c754eb2b5ac62ece1021bdcca783b6 (patch) | |
| tree | 505ed69d448088a48783824fe9983deba300858d /util/wsl_install.sh | |
| parent | 5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6 (diff) | |
| download | qmk_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.sh | 4 |
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 | |||
| 51 | echo | 51 | echo |
| 52 | echo "Creating a softlink to the utils directory as ~/qmk_utils." | 52 | echo "Creating a softlink to the utils directory as ~/qmk_utils." |
| 53 | echo "This is needed so that the the make system can find all utils it need." | 53 | echo "This is needed so that the the make system can find all utils it need." |
| 54 | read -p "Press any key to continue (ctrl-c to abort)" | 54 | read -p "Press enter to continue (ctrl-c to abort)" |
| 55 | ln -sfn "$dir" ~/qmk_utils | 55 | ln -sfn "$dir" ~/qmk_utils |
| 56 | 56 | ||
| 57 | if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc | 57 | if grep "^source ~/qmk_utils/activate_wsl.sh$" ~/.bashrc |
| @@ -91,7 +91,7 @@ done | |||
| 91 | echo | 91 | echo |
| 92 | echo "******************************************************************************" | 92 | echo "******************************************************************************" |
| 93 | echo "Installation completed!" | 93 | echo "Installation completed!" |
| 94 | echo "You need to open a new batch command prompt for all the utils to work properly" | 94 | echo "You need to open a new bash command prompt for all the utils to work properly" |
| 95 | echo "******************************************************************************" | 95 | echo "******************************************************************************" |
| 96 | 96 | ||
| 97 | popd > /dev/null | 97 | popd > /dev/null |
