]> git.donarmstrong.com Git - qmk_firmware.git/blob - util/msys2_install.sh
Install unzip
[qmk_firmware.git] / util / msys2_install.sh
1 #!/bin/bash
2
3 dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
4
5 echo "Installing dependencies needed for the installation (quazip)"
6 pacman -S msys/unzip
7
8 source "$dir/win_shared_install.sh"
9
10 echo
11 echo "******************************************************************************"
12 echo "Installation completed!"
13 echo "You need to open a new batch command prompt for all the utils to work properly"
14 echo "******************************************************************************"