diff options
Diffstat (limited to 'util/msys2_install.sh')
-rwxr-xr-x | util/msys2_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
5 | avrtools=avr8-gnu-toolchain | 5 | avrtools=avr8-gnu-toolchain |
6 | armtools=gcc-arm-none-eabi | 6 | armtools=gcc-arm-none-eabi |
7 | installflip=false | 7 | installflip=false |
8 | util_dir=$(dirname "$0") | ||
8 | 9 | ||
9 | echo "Installing dependencies needed for the installation (quazip)" | 10 | echo "Installing dependencies needed for the installation (quazip)" |
10 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip | 11 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip |
@@ -92,6 +93,8 @@ else | |||
92 | fi | 93 | fi |
93 | popd | 94 | popd |
94 | 95 | ||
96 | pip3 install -r ${util_dir}/../requirements.txt | ||
97 | |||
95 | cp -f "$dir/activate_msys2.sh" "$download_dir/" | 98 | cp -f "$dir/activate_msys2.sh" "$download_dir/" |
96 | 99 | ||
97 | if grep "^source ~/qmk_utils/activate_msys2.sh$" ~/.bashrc | 100 | if grep "^source ~/qmk_utils/activate_msys2.sh$" ~/.bashrc |