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.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 @@
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
echo "Installing dependencies needed for the installation (quazip)"
-pacman -S msys/unzip
+pacman --needed -S msys/unzip
+
+export download_dir=~/qmk_utils
source "$dir/win_shared_install.sh"