diff options
Diffstat (limited to 'util/msys2_install.sh')
| -rw-r--r-- | util/msys2_install.sh | 4 |
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 @@ | |||
| 3 | dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) | 3 | dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) |
| 4 | 4 | ||
| 5 | echo "Installing dependencies needed for the installation (quazip)" | 5 | echo "Installing dependencies needed for the installation (quazip)" |
| 6 | pacman -S msys/unzip | 6 | pacman --needed -S msys/unzip |
| 7 | |||
| 8 | export download_dir=~/qmk_utils | ||
| 7 | 9 | ||
| 8 | source "$dir/win_shared_install.sh" | 10 | source "$dir/win_shared_install.sh" |
| 9 | 11 | ||
