Use home directory for download on msys2
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user