summaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
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