mirror of
https://github.com/qmk/qmk_firmware
synced 2024-12-22 16:36:58 +00:00
Wording changes for the WSL install script
This commit is contained in:
parent
5ad5c230d6
commit
7bcf3e2781
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user