aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1#!/bin/bash 1#!/bin/bash
2 2
3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 3dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
4
5echo "Installing dependencies needed for the installation (quazip)"
6pacman -S msys/unzip
7
4source "$dir/win_shared_install.sh" 8source "$dir/win_shared_install.sh"
5 9
6echo 10echo