summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/msys2_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index ac21b3cad..b59eac0ca 100644
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -1,6 +1,10 @@
#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
+
+echo "Installing dependencies needed for the installation (quazip)"
+pacman -S msys/unzip
+
source "$dir/win_shared_install.sh"
echo