forked from mirrors/qmk_userspace
Use home directory for download on msys2
This commit is contained in:
parent
32fc4da4a7
commit
d47db637ed
3 changed files with 15 additions and 15 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue