diff options
Diffstat (limited to 'util')
| -rw-r--r-- | util/activate_msys2.sh | 1 | ||||
| -rw-r--r-- | util/msys2_install.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/util/activate_msys2.sh b/util/activate_msys2.sh index 8874d8325..1ddffbaad 100644 --- a/util/activate_msys2.sh +++ b/util/activate_msys2.sh | |||
| @@ -8,6 +8,7 @@ function export_variables { | |||
| 8 | export PATH=$PATH:$util_dir/flip/bin | 8 | export PATH=$PATH:$util_dir/flip/bin |
| 9 | export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin | 9 | export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin |
| 10 | export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin | 10 | export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin |
| 11 | export PATH=$PATH:/mingw64/bin | ||
| 11 | } | 12 | } |
| 12 | 13 | ||
| 13 | export_variables | 14 | export_variables |
diff --git a/util/msys2_install.sh b/util/msys2_install.sh index c64685754..d9459580c 100644 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh | |||
| @@ -67,7 +67,7 @@ if [ ! -d "$armtools" ]; then | |||
| 67 | while true; do | 67 | while true; do |
| 68 | echo | 68 | echo |
| 69 | echo "The ARM toolchain is not installed." | 69 | echo "The ARM toolchain is not installed." |
| 70 | echo "This is needed for building ARM based keboards." | 70 | echo "This is needed for building ARM based keyboards." |
| 71 | read -p "Do you want to install it? (Y/N) " res | 71 | read -p "Do you want to install it? (Y/N) " res |
| 72 | case $res in | 72 | case $res in |
| 73 | [Yy]* ) install_arm; break;; | 73 | [Yy]* ) install_arm; break;; |
