X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=util%2Fmsys2_install.sh;h=bed176da66d83d551f28e8a709fb1238f41c3aff;hb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7;hp=bcb628ab21f23c3622b07325c14509534c3f54a8;hpb=99500243e10c12c0a5005da49aa1986947b27153;p=qmk_firmware.git diff --git a/util/msys2_install.sh b/util/msys2_install.sh index bcb628ab2..bed176da6 100755 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh @@ -5,6 +5,7 @@ download_dir=~/qmk_utils avrtools=avr8-gnu-toolchain armtools=gcc-arm-none-eabi installflip=false +util_dir=$(dirname "$0") echo "Installing dependencies needed for the installation (quazip)" pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip @@ -92,6 +93,8 @@ else fi popd +pip3 install -r ${util_dir}/../requirements.txt + cp -f "$dir/activate_msys2.sh" "$download_dir/" if grep "^source ~/qmk_utils/activate_msys2.sh$" ~/.bashrc