aboutsummaryrefslogtreecommitdiff
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-10 18:05:32 +0300
committerFred Sundvik <fsundvik@gmail.com>2017-07-10 18:05:32 +0300
commit861087096bf4308b0fa4608ca66173e4eb6f5b76 (patch)
tree0ca9ae036fb69282ca90605919e7a44a9dacb963 /util/msys2_install.sh
parent7bedf8f4f2b86f5f67c30843dcd95f31675d86a7 (diff)
downloadqmk_firmware-861087096bf4308b0fa4608ca66173e4eb6f5b76.tar.gz
qmk_firmware-861087096bf4308b0fa4608ca66173e4eb6f5b76.zip
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 @@
1#!/bin/bash 1#!/bin/bash
2 2
3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
4source "$dir/win_shared_install.sh" \ No newline at end of file 4source "$dir/win_shared_install.sh"
5
6echo
7echo "******************************************************************************"
8echo "Installation completed!"
9echo "You need to open a new batch command prompt for all the utils to work properly"
10echo "******************************************************************************" \ No newline at end of file