aboutsummaryrefslogtreecommitdiff
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/msys2_install.sh')
-rw-r--r--util/msys2_install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index b59eac0ca..aed6c42bd 100644
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -3,7 +3,9 @@
3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
4 4
5echo "Installing dependencies needed for the installation (quazip)" 5echo "Installing dependencies needed for the installation (quazip)"
6pacman -S msys/unzip 6pacman --needed -S msys/unzip
7
8export download_dir=~/qmk_utils
7 9
8source "$dir/win_shared_install.sh" 10source "$dir/win_shared_install.sh"
9 11