summaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-10 17:05:32 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-07-10 17:05:32 +0200
commit861087096bf4308b0fa4608ca66173e4eb6f5b76 (patch)
tree0ca9ae036fb69282ca90605919e7a44a9dacb963 /util/msys2_install.sh
parent7bedf8f4f2b86f5f67c30843dcd95f31675d86a7 (diff)
downloadqmk_firmware-861087096bf4308b0fa4608ca66173e4eb6f5b76.tar.gz
qmk_firmware-861087096bf4308b0fa4608ca66173e4eb6f5b76.tar.xz
Add symlinks only on WSL
Diffstat (limited to 'util/msys2_install.sh')
-rw-r--r--util/msys2_install.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index 945009e5e..ac21b3cad 100644
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -1,4 +1,10 @@
#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
-source "$dir/win_shared_install.sh" \ No newline at end of file
+source "$dir/win_shared_install.sh"
+
+echo
+echo "******************************************************************************"
+echo "Installation completed!"
+echo "You need to open a new batch command prompt for all the utils to work properly"
+echo "******************************************************************************" \ No newline at end of file