You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/util/msys2_install.sh

16 lines
523 B

#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
7 years ago
echo "Installing dependencies needed for the installation (quazip)"
pacman --needed -S msys/unzip
export download_dir=~/qmk_utils
7 years ago
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 "******************************************************************************"