Use home directory for download on msys2

This commit is contained in:
Fred Sundvik 2017-07-11 16:11:37 +03:00
parent 32fc4da4a7
commit d47db637ed
3 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,9 @@
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
echo "Installing dependencies needed for the installation (quazip)"
pacman -S msys/unzip
pacman --needed -S msys/unzip
export download_dir=~/qmk_utils
source "$dir/win_shared_install.sh"