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