]> git.donarmstrong.com Git - qmk_firmware.git/blob - util/msys2_install.sh
Use home directory for download on msys2
[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 --needed -S msys/unzip
7
8 export download_dir=~/qmk_utils
9
10 source "$dir/win_shared_install.sh"
11
12 echo
13 echo "******************************************************************************"
14 echo "Installation completed!"
15 echo "You need to open a new batch command prompt for all the utils to work properly"
16 echo "******************************************************************************"