]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/msys2_install.sh
Add symlinks only on WSL
[qmk_firmware.git] / util / msys2_install.sh
index 945009e5e819c703b53f5205deb6788fbfa60262..ac21b3cad25a4916e53a784fe0b0e6eccb1a1df9 100644 (file)
@@ -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