summaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
blob: aed6c42bd52c6d4cd19f8ade7690bab63f2d4f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)

echo "Installing dependencies needed for the installation (quazip)"
pacman --needed -S msys/unzip

export download_dir=~/qmk_utils

source "$dir/win_shared_install.sh"

echo
echo "******************************************************************************"
echo "Installation completed!"
echo "You need to open a new batch command prompt for all the utils to work properly"
echo "******************************************************************************"